summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-11 20:45:46 +0000
committerru <ru@FreeBSD.org>2004-01-11 20:45:46 +0000
commit30808aecc7d387925a864873d8085791db2d9072 (patch)
tree4350c2c843b41735ee483a6e368ce22d5dc3ab12 /gnu
parentb1b5dd1c634552f46ada898985f2c654e1dcde6a (diff)
downloadFreeBSD-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/Makefile8
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
OpenPOWER on IntegriCloud