summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-02 13:22:27 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-02 13:22:27 +0000
commit758979088d1023e59e06ca36ab1ee3d172d45e50 (patch)
tree01374c7fa3074ded40537890ac7db2a53c4d93a0
parent73799a4c0574d0f54177ca56f847aa34a78d10b8 (diff)
cp zephyr_err.h out of the build directory rather than mv, because the
MacOS X compile_et produces a zephyr_err.c that (mysteriously) includes "zephyr_err.h", so it has to stay in the directory.
-rw-r--r--lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 6823fc3..29ca46e 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -52,7 +52,7 @@ libzephyr.la: ${OBJS}
zephyr_err.c ${BUILDTOP}/h/zephyr/zephyr_err.h: zephyr_err.et
compile_et ${srcdir}/zephyr_err.et
- mv -f zephyr_err.h ${BUILDTOP}/h/zephyr
+ cp -f zephyr_err.h ${BUILDTOP}/h/zephyr
.c.lo:
${LIBTOOL} --mode=compile ${CC} -c -o $@ ${ALL_CFLAGS} $<