]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
force move of zephyr_err.h
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Mon, 21 Jan 2008 03:10:43 +0000 (03:10 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Mon, 21 Jan 2008 03:10:43 +0000 (03:10 +0000)
git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@251 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

zephyr/lib/Makefile.in

index c65681038c354a87e2b99d23a3bd1def31c12490..843d8cf3c019c088da5795bb32b9745558ae6cdf 100644 (file)
@@ -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 zephyr_err.h ${BUILDTOP}/h/zephyr
+       mv -f zephyr_err.h ${BUILDTOP}/h/zephyr
 
 .c.lo:
        ${LIBTOOL} --mode=compile ${CC} -c -o $@ ${ALL_CFLAGS} $<