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:44:52 +00:00
parent 9063e375e8
commit ca55c617e5
48 changed files with 49 additions and 49 deletions

View File

@@ -72,7 +72,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