aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-27 05:26:05 +0000
committerRichard M. Stallman1994-04-27 05:26:05 +0000
commit2e14f82ba77f8cce65c04024be6ab683be191c2e (patch)
treec74ba76bc33f1d896ebc515c72e9f49eb2869031 /src
parentb8fa02fdc38b98d76e6beebfcce555d9595ab978 (diff)
downloademacs-2e14f82ba77f8cce65c04024be6ab683be191c2e.tar.gz
emacs-2e14f82ba77f8cce65c04024be6ab683be191c2e.zip
(configuration): Make variable deleted.
(emacs.o): Use the default .c.o command.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4659b35f0eb..02e98304600 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -24,9 +24,6 @@ CC=@CC@
24CPP=@CPP@ 24CPP=@CPP@
25CFLAGS=@CFLAGS@ 25CFLAGS=@CFLAGS@
26LN_S=@LN_S@ 26LN_S=@LN_S@
27/* These escaped doublequotes become part of the macro definition in emacs.c.
28 Thus, the definition is a C string constant. */
29configuration=\"@configuration@\"
30/* Substitute an assignment for the MAKE variable, because 27/* Substitute an assignment for the MAKE variable, because
31 BSD doesn't have it as a default. */ 28 BSD doesn't have it as a default. */
32@SET_MAKE@ 29@SET_MAKE@
@@ -753,7 +750,6 @@ doc.o : doc.c $(config_h) paths.h buffer.h keyboard.h
753doprnt.o : doprnt.c 750doprnt.o : doprnt.c
754editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 751editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
755emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) 752emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h)
756 $(CC) -c -DCONFIGURATION="$(configuration)" $(CPPFLAGS) $(ALL_CFLAGS) $<
757fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 753fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
758filelock.o : filelock.c buffer.h paths.h $(config_h) 754filelock.o : filelock.c buffer.h paths.h $(config_h)
759filemode.o : filemode.c $(config_h) 755filemode.o : filemode.c $(config_h)