Missing CFLAG in couple of depend: targets.
PR: 1247 Submitted by: Doug Kaufman
This commit is contained in:
parent
c510eec090
commit
7304956e39
@ -64,7 +64,7 @@ lint:
|
|||||||
|
|
||||||
depend:
|
depend:
|
||||||
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
|
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
|
||||||
$(MAKEDEPEND) -- $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
||||||
|
|
||||||
dclean:
|
dclean:
|
||||||
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
|
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
|
||||||
|
@ -64,7 +64,7 @@ lint:
|
|||||||
|
|
||||||
depend:
|
depend:
|
||||||
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
|
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
|
||||||
$(MAKEDEPEND) -- $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
||||||
|
|
||||||
dclean:
|
dclean:
|
||||||
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
|
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
|
||||||
|
Loading…
x
Reference in New Issue
Block a user