diff options
| author | Richard M. Stallman | 1994-04-27 05:26:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-27 05:26:05 +0000 |
| commit | 2e14f82ba77f8cce65c04024be6ab683be191c2e (patch) | |
| tree | c74ba76bc33f1d896ebc515c72e9f49eb2869031 | |
| parent | b8fa02fdc38b98d76e6beebfcce555d9595ab978 (diff) | |
| download | emacs-2e14f82ba77f8cce65c04024be6ab683be191c2e.tar.gz emacs-2e14f82ba77f8cce65c04024be6ab683be191c2e.zip | |
(configuration): Make variable deleted.
(emacs.o): Use the default .c.o command.
| -rw-r--r-- | src/Makefile.in | 4 |
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@ | |||
| 24 | CPP=@CPP@ | 24 | CPP=@CPP@ |
| 25 | CFLAGS=@CFLAGS@ | 25 | CFLAGS=@CFLAGS@ |
| 26 | LN_S=@LN_S@ | 26 | LN_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. */ | ||
| 29 | configuration=\"@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 | |||
| 753 | doprnt.o : doprnt.c | 750 | doprnt.o : doprnt.c |
| 754 | editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) | 751 | editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) |
| 755 | emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) | 752 | emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) |
| 756 | $(CC) -c -DCONFIGURATION="$(configuration)" $(CPPFLAGS) $(ALL_CFLAGS) $< | ||
| 757 | fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) | 753 | fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) |
| 758 | filelock.o : filelock.c buffer.h paths.h $(config_h) | 754 | filelock.o : filelock.c buffer.h paths.h $(config_h) |
| 759 | filemode.o : filemode.c $(config_h) | 755 | filemode.o : filemode.c $(config_h) |