aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1992-07-24 02:38:52 +0000
committerRoland McGrath1992-07-24 02:38:52 +0000
commit65583c2412373877bd9a542c685ce9254574f9fd (patch)
tree3817e1587d71b909c318de96f84396db93722cec /src
parentb2830f367b0ab8d7687adb9d245cf5cd26b078dc (diff)
downloademacs-65583c2412373877bd9a542c685ce9254574f9fd.tar.gz
emacs-65583c2412373877bd9a542c685ce9254574f9fd.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0717ee9644b..fbaa7356f43 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -11,7 +11,7 @@ SHELL = /bin/sh
11all: xmakefile doall 11all: xmakefile doall
12 12
13doall: 13doall:
14 $(MAKE) CC=${CC} $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} all 14 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} all
15 15
16#This is used in making a distribution. 16#This is used in making a distribution.
17#Do not use it on development directories! 17#Do not use it on development directories!
@@ -24,12 +24,12 @@ clean:
24xemacs: xmakefile doxemacs 24xemacs: xmakefile doxemacs
25 25
26doxemacs: 26doxemacs:
27 $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} xemacs 27 $(MAKE) -f xmakefile ${MFLAGS} xemacs
28 28
29temacs: xmakefile dotemacs 29temacs: xmakefile dotemacs
30 30
31dotemacs: 31dotemacs:
32 $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} temacs 32 $(MAKE) -f xmakefile ${MFLAGS} temacs
33 33
34# If you have a problem with cc -E here, changing 34# If you have a problem with cc -E here, changing
35# the definition of CPP above may fix it. 35# the definition of CPP above may fix it.