diff options
| author | Dan Nicolaescu | 2008-02-09 07:42:06 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-02-09 07:42:06 +0000 |
| commit | deeaffe11d28ca1b42e4f59c33a30d0e58698044 (patch) | |
| tree | b2d4bda90d751726d1bc07dcbea41a97e252aa0a /lib-src/Makefile.in | |
| parent | 05f2964e439fc44ceeaced760c7246fc966bf196 (diff) | |
| download | emacs-deeaffe11d28ca1b42e4f59c33a30d0e58698044.tar.gz emacs-deeaffe11d28ca1b42e4f59c33a30d0e58698044.zip | |
* Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete
variable.
* s/gnu-linux.h: Remove commented out code.
* unexec.c: Remove references to obsolete variable
COFF_ENCAPSULATE.
* Makefile.in: Update what RMS says about using autoconf.
(C_COMPILER):
(COFF_ENCAPSULATE):
(MAKE_PARALLEL): Remove obsolete variable.
(C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1):
(C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
(C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index f30e2e8c3ff..92691a3ad4f 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -382,7 +382,7 @@ test-distrib${EXEEXT}: ${srcdir}/test-distrib.c | |||
| 382 | ./test-distrib ${srcdir}/testfile | 382 | ./test-distrib ${srcdir}/testfile |
| 383 | 383 | ||
| 384 | /* We need the following in order to create a <getopt.h> when the system | 384 | /* We need the following in order to create a <getopt.h> when the system |
| 385 | doesn't have one that works with the given compiler. */ | 385 | does not have one that works with the given compiler. */ |
| 386 | GETOPT_H = @GETOPT_H@ | 386 | GETOPT_H = @GETOPT_H@ |
| 387 | getopt.h: getopt_.h | 387 | getopt.h: getopt_.h |
| 388 | cp $(srcdir)/getopt_.h $@-t | 388 | cp $(srcdir)/getopt_.h $@-t |
| @@ -395,13 +395,8 @@ getopt.o: ${srcdir}/getopt.c $(GETOPT_H) ${srcdir}/gettext.h | |||
| 395 | getopt1.o: ${srcdir}/getopt1.c $(GETOPT_H) | 395 | getopt1.o: ${srcdir}/getopt1.c $(GETOPT_H) |
| 396 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c | 396 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c |
| 397 | 397 | ||
| 398 | #ifdef REGEXP_IN_LIBC | ||
| 399 | REGEXPOBJ = | ||
| 400 | REGEXPDEPS = | ||
| 401 | #else | ||
| 402 | REGEXPOBJ = regex.o | 398 | REGEXPOBJ = regex.o |
| 403 | REGEXPDEPS = $(REGEXPOBJ) $(srcdir)/../src/regex.h | 399 | REGEXPDEPS = $(REGEXPOBJ) $(srcdir)/../src/regex.h |
| 404 | #endif | ||
| 405 | 400 | ||
| 406 | regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h | 401 | regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h |
| 407 | ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c | 402 | ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c |