diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1ef3f18009b..a95e01e6a59 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -28,12 +28,12 @@ clean: | |||
| 28 | xemacs: doxemacs | 28 | xemacs: doxemacs |
| 29 | 29 | ||
| 30 | doxemacs: xmakefile | 30 | doxemacs: xmakefile |
| 31 | $(MAKE) -f xmakefile ${MFLAGS} xemacs | 31 | $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} xemacs |
| 32 | 32 | ||
| 33 | temacs: dotemacs | 33 | temacs: dotemacs |
| 34 | 34 | ||
| 35 | dotemacs: xmakefile | 35 | dotemacs: xmakefile |
| 36 | $(MAKE) -f xmakefile ${MFLAGS} temacs | 36 | $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs |
| 37 | 37 | ||
| 38 | # If you have a problem with cc -E here, changing | 38 | # If you have a problem with cc -E here, changing |
| 39 | # the definition of CPP above may fix it. | 39 | # the definition of CPP above may fix it. |