aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy1993-01-26 01:58:16 +0000
committerJim Blandy1993-01-26 01:58:16 +0000
commitdbc4e1c12940079cad7b24e1654a0badcda8d6fc (patch)
treee0fbea5b15bd13d2839c8b59b624cec80f31bfd8 /src/Makefile.in
parent72766144811cd7258b2a59e56f6e3657537ea508 (diff)
downloademacs-dbc4e1c12940079cad7b24e1654a0badcda8d6fc.tar.gz
emacs-dbc4e1c12940079cad7b24e1654a0badcda8d6fc.zip
JimB's changes since January 18th
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 468e312abd6..5e19aa0248e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -47,14 +47,17 @@ temacs: dotemacs
47dotemacs: xmakefile 47dotemacs: xmakefile
48 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs 48 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs
49 49
50# If you have a problem with cc -E here, changing 50### Some makes, like Ultrix's make, complain if you put a comment in
51# the definition of CPP above may fix it. 51### the middle of a rule's command list! Dummies.
52
53### The flags for optimization and debugging depend on the
54### system, so take an ordinary CFLAGS value and choose the
55### appropriate CPP symbols to use in ymakefile.
56### If you have a problem with cc -E here, changing
57### the definition of CPP above may fix it.
52xmakefile: ymakefile config.h 58xmakefile: ymakefile config.h
53 -rm -f xmakefile xmakefile.new junk.c junk.cpp 59 -rm -f xmakefile xmakefile.new junk.c junk.cpp
54 cp ymakefile junk.c 60 cp ymakefile junk.c
55 ## The flags for optimization and debugging depend on the
56 ## system, so take an ordinary CFLAGS value and choose the
57 ## appropriate CPP symbols to use in ymakefile.
58 $(CPP) junk.c > junk.cpp \ 61 $(CPP) junk.c > junk.cpp \
59 -DC_SWITCH_SITE="`echo ${CFLAGS}' ' \ 62 -DC_SWITCH_SITE="`echo ${CFLAGS}' ' \
60 | sed -e 's/-g /C_DEBUG_SWITCH /' \ 63 | sed -e 's/-g /C_DEBUG_SWITCH /' \