mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
* Makefile.in (SUBMAKEFLAGS): Add CFLAGS to the list.
This commit is contained in:
parent
69268c787f
commit
9711debac5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ CPP = $(CC) -E -Is -Im
|
|||
# Just to avoid uncertainty.
|
||||
SHELL = /bin/sh
|
||||
|
||||
SUBMAKEFLAGS = CC='${CC}' LN_S='${LN_S}'
|
||||
SUBMAKEFLAGS = CC='${CC}' LN_S='${LN_S}' CFLAGS='${CFLAGS}'
|
||||
|
||||
all: doall
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue