changeset 7125:8bc5866949d6

(configuration): Make variable deleted. (emacs.o): Use the default .c.o command.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Apr 1994 05:26:05 +0000
parents 16be5431a7c7
children 2d55408004ed
files src/Makefile.in
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Apr 27 05:25:33 1994 +0000
+++ b/src/Makefile.in	Wed Apr 27 05:26:05 1994 +0000
@@ -24,9 +24,6 @@
 CPP=@CPP@
 CFLAGS=@CFLAGS@
 LN_S=@LN_S@
-/* These escaped doublequotes become part of the macro definition in emacs.c.
-   Thus, the definition is a C string constant. */
-configuration=\"@configuration@\"
 /* Substitute an assignment for the MAKE variable, because
    BSD doesn't have it as a default.  */
 @SET_MAKE@
@@ -753,7 +750,6 @@
 doprnt.o : doprnt.c
 editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 
 emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) 
-	$(CC) -c -DCONFIGURATION="$(configuration)" $(CPPFLAGS) $(ALL_CFLAGS) $<
 fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 
 filelock.o : filelock.c buffer.h paths.h $(config_h)
 filemode.o : filemode.c  $(config_h)