summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-21 10:44:51 +0000
committerbde <bde@FreeBSD.org>1994-08-21 10:44:51 +0000
commitd2fde8ffe5a7440e6bd69b1d4f04f0fae911c3b4 (patch)
tree265f66b6577039fa66b6a86f94b2b2bc2da4e9d2 /bin
parent85171386d8fd62db23adb9abf59da50de6da54da (diff)
downloadFreeBSD-src-d2fde8ffe5a7440e6bd69b1d4f04f0fae911c3b4.zip
FreeBSD-src-d2fde8ffe5a7440e6bd69b1d4f04f0fae911c3b4.tar.gz
Touch init.c after making it in case mkinit refused to touch it after not
changing it. mkinit's attempted smartness about timestamps is mismatched with the makefile. init.o is compiled _twice_ the first time it is made...
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 66810a7..0c57c94 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -24,6 +24,7 @@ builtins.h builtins.c: ${.CURDIR}/mkbuiltins ${.CURDIR}/builtins
init.c: mkinit ${SRCS}
./mkinit '${CC} -c ${CFLAGS} ${LDFLAGS} init.c' ${.ALLSRC}
+ touch ${.TARGET}
mkinit: ${.CURDIR}/mkinit.c
${CC} ${CFLAGS} ${LDFLAGS} ${.CURDIR}/mkinit.c -o $@
OpenPOWER on IntegriCloud