Pass CFLAG to dependency makers, so non-standard system include paths are

handled properly.
Part of PR 75
This commit is contained in:
Richard Levitte
2002-06-27 16:39:25 +00:00
parent 4367eb8706
commit 17085b022c
48 changed files with 49 additions and 49 deletions

View File

@@ -76,7 +76,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
$(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
$(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new