1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* oldXMenu/Makefile.in (CPPFLAGS): Explicitly set via configure.

This commit is contained in:
Glenn Morris 2014-06-15 10:59:30 -07:00
parent b24ffa815c
commit 08bcc17b78
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -56,6 +56,8 @@ WERROR_CFLAGS = @WERROR_CFLAGS@
EXTRA=insque.o
CC=@CC@
CFLAGS=@CFLAGS@
CPPFLAGS = @CPPFLAGS@
TAGS = etags
RM = rm -f
RANLIB = @RANLIB@