aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-15 11:25:17 +0000
committerRichard M. Stallman <[email protected]>1993-11-15 11:25:17 +0000
commit644ab5899f52d094117e7f0dd6f8f56f95c8241a (patch)
tree41cea2aa8db266b940fb7fb4a7fc25b2c861f9f7 /src
parentf3783befbb4c1d2f2e67b3db18fde6dfc2727bc2 (diff)
Delete spurious CFLAGS=-g.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 032b5da2a3..9464172979 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -225,7 +225,7 @@ SHORT= shortnames
-DHAVE_CONFIG_H is needed for some other files to take advantage of
the information in `config.h'. */
-CFLAGS=-g
+
/* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
since it may have -I options that should override those two. */
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}