diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 032b5da2a38..94641729790 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -225,7 +225,7 @@ SHORT= shortnames | |||
| 225 | 225 | ||
| 226 | -DHAVE_CONFIG_H is needed for some other files to take advantage of | 226 | -DHAVE_CONFIG_H is needed for some other files to take advantage of |
| 227 | the information in `config.h'. */ | 227 | the information in `config.h'. */ |
| 228 | CFLAGS=-g | 228 | |
| 229 | /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM | 229 | /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM |
| 230 | since it may have -I options that should override those two. */ | 230 | since it may have -I options that should override those two. */ |
| 231 | ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS} | 231 | ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS} |