* oldXMenu/Makefile.in (CPPFLAGS): Explicitly set via configure.
This commit is contained in:
parent
b24ffa815c
commit
08bcc17b78
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2014-06-15 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (CPPFLAGS): Explicitly set via configure.
|
||||
|
||||
* Makefile.in (mostlyclean, clean, distclean, maintainer-clean, tags):
|
||||
Declare as PHONY.
|
||||
(boostrap-clean): New.
|
||||
|
|
|
@ -56,6 +56,8 @@ WERROR_CFLAGS = @WERROR_CFLAGS@
|
|||
EXTRA=insque.o
|
||||
CC=@CC@
|
||||
CFLAGS=@CFLAGS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
|
||||
TAGS = etags
|
||||
RM = rm -f
|
||||
RANLIB = @RANLIB@
|
||||
|
|
Loading…
Add table
Reference in a new issue