diff options
| author | Roland McGrath | 1992-07-24 02:38:52 +0000 |
|---|---|---|
| committer | Roland McGrath | 1992-07-24 02:38:52 +0000 |
| commit | 65583c2412373877bd9a542c685ce9254574f9fd (patch) | |
| tree | 3817e1587d71b909c318de96f84396db93722cec /src | |
| parent | b2830f367b0ab8d7687adb9d245cf5cd26b078dc (diff) | |
| download | emacs-65583c2412373877bd9a542c685ce9254574f9fd.tar.gz emacs-65583c2412373877bd9a542c685ce9254574f9fd.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
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 | |||
| 11 | all: xmakefile doall | 11 | all: xmakefile doall |
| 12 | 12 | ||
| 13 | doall: | 13 | doall: |
| 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: | |||
| 24 | xemacs: xmakefile doxemacs | 24 | xemacs: xmakefile doxemacs |
| 25 | 25 | ||
| 26 | doxemacs: | 26 | doxemacs: |
| 27 | $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} xemacs | 27 | $(MAKE) -f xmakefile ${MFLAGS} xemacs |
| 28 | 28 | ||
| 29 | temacs: xmakefile dotemacs | 29 | temacs: xmakefile dotemacs |
| 30 | 30 | ||
| 31 | dotemacs: | 31 | dotemacs: |
| 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. |