Mercurial > emacs
comparison src/=Makefile.in @ 2969:cc462a35860a
* Makefile.in (SUBMAKEFLAGS): Add CFLAGS to the list.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 22 May 1993 23:43:29 +0000 |
parents | 7c0be881a633 |
children | c92752c3e4b6 |
comparison
equal
deleted
inserted
replaced
2968:ee5df97bc4b1 | 2969:cc462a35860a |
---|---|
19 #Note: an alternative is CPP = /lib/cpp | 19 #Note: an alternative is CPP = /lib/cpp |
20 | 20 |
21 # Just to avoid uncertainty. | 21 # Just to avoid uncertainty. |
22 SHELL = /bin/sh | 22 SHELL = /bin/sh |
23 | 23 |
24 SUBMAKEFLAGS = CC='${CC}' LN_S='${LN_S}' | 24 SUBMAKEFLAGS = CC='${CC}' LN_S='${LN_S}' CFLAGS='${CFLAGS}' |
25 | 25 |
26 all: doall | 26 all: doall |
27 | 27 |
28 doall: xmakefile | 28 doall: xmakefile |
29 $(MAKE) ${SUBMAKEFLAGS} -f xmakefile ${MFLAGS} all | 29 $(MAKE) ${SUBMAKEFLAGS} -f xmakefile ${MFLAGS} all |