Mercurial > emacs
diff lib-src/Makefile.in @ 91691:0a928dba3639
* 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.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Sat, 09 Feb 2008 07:42:06 +0000 |
| parents | 107ccd98fa12 |
| children | 9ed7610349d3 |
line wrap: on
line diff
--- a/lib-src/Makefile.in Sat Feb 09 07:07:53 2008 +0000 +++ b/lib-src/Makefile.in Sat Feb 09 07:42:06 2008 +0000 @@ -382,7 +382,7 @@ ./test-distrib ${srcdir}/testfile /* We need the following in order to create a <getopt.h> when the system - doesn't have one that works with the given compiler. */ + does not have one that works with the given compiler. */ GETOPT_H = @GETOPT_H@ getopt.h: getopt_.h cp $(srcdir)/getopt_.h $@-t @@ -395,13 +395,8 @@ getopt1.o: ${srcdir}/getopt1.c $(GETOPT_H) ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c -#ifdef REGEXP_IN_LIBC -REGEXPOBJ = -REGEXPDEPS = -#else REGEXPOBJ = regex.o REGEXPDEPS = $(REGEXPOBJ) $(srcdir)/../src/regex.h -#endif regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
