diff options
author | ru <ru@FreeBSD.org> | 2004-01-11 20:45:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-11 20:45:46 +0000 |
commit | 30808aecc7d387925a864873d8085791db2d9072 (patch) | |
tree | 4350c2c843b41735ee483a6e368ce22d5dc3ab12 /gnu | |
parent | b1b5dd1c634552f46ada898985f2c654e1dcde6a (diff) | |
download | FreeBSD-src-30808aecc7d387925a864873d8085791db2d9072.zip FreeBSD-src-30808aecc7d387925a864873d8085791db2d9072.tar.gz |
Ensure that generated headers are here before we build .depend
and object files in a less hackish way compatible with further
planned changes to bsd.dep.mk.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/f771/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/usr.bin/cc/f771/Makefile b/gnu/usr.bin/cc/f771/Makefile index 8990263..25fb563 100644 --- a/gnu/usr.bin/cc/f771/Makefile +++ b/gnu/usr.bin/cc/f771/Makefile @@ -34,13 +34,7 @@ str-$i.j str-$i.h: str-$i.fin fini FINIHDRS+= str-$i.j str-$i.h .endfor +SRCS+= ${FINIHDRS:M*.h} CLEANFILES+= ${FINIHDRS} .include <bsd.prog.mk> - -#----------------------------------------------------------------------- -# Fixups. - -.if !exists(${DEPENDFILE}) -${OBJS:Nproj.o} ${DEPENDFILE}: ${FINIHDRS} -.endif |