diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-25 02:30:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-25 02:30:06 +0000 |
commit | 97cb8f3fb120be998f03957b629dbf17ab374a87 (patch) | |
tree | de9dbec00077f0c055665e46b044af827c5d7e6e /lib-src/Makefile.in | |
parent | a5bc7ea16f8bfb86a048519d7efa07dbe9035339 (diff) | |
download | emacs-97cb8f3fb120be998f03957b629dbf17ab374a87.tar.gz |
[REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
Alternative (empty) definitions.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 034234f6f18..f1c098a16bc 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -302,8 +302,14 @@ getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h alloca.o: ${srcdir}/alloca.c ${CC} -c ${BASE_CFLAGS} ${srcdir}/alloca.c +#ifdef REGEXP_IN_LIBC +REGEXPOBJ = +REGEXPDEPS = +#else REGEXPOBJ = regex.o REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h +#endif + regex.o: ../src/regex.c ../src/regex.h ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c |