From 2eb3a038d73387f43741ff2bee858fe700894e33 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 11 Jan 2004 20:45:46 +0000 Subject: [PATCH] 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. --- gnu/usr.bin/cc/f771/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gnu/usr.bin/cc/f771/Makefile b/gnu/usr.bin/cc/f771/Makefile index 89902634aac..25fb563e6a9 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 - -#----------------------------------------------------------------------- -# Fixups. - -.if !exists(${DEPENDFILE}) -${OBJS:Nproj.o} ${DEPENDFILE}: ${FINIHDRS} -.endif