mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* oldXMenu/Makefile.in (CPPFLAGS): Explicitly set via configure.
This commit is contained in:
parent
b24ffa815c
commit
08bcc17b78
|
|
@ -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…
Reference in a new issue