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...
This commit is contained in:
Bruce Evans 1994-08-21 10:44:51 +00:00
parent 802cd8e6f0
commit 104915fbb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2180

View File

@ -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 $@