diff options
| author | Richard M. Stallman | 1995-04-25 02:30:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-25 02:30:06 +0000 |
| commit | e63ceebf0d4c8fb6eb8c1564b710f4611c506234 (patch) | |
| tree | e2755d749cdbcdbb039a7aef47988bf2f3c74b79 /lib-src | |
| parent | 23e16ac449ec4d9e1940a2a534c408fd3069dcd3 (diff) | |
| download | emacs-e63ceebf0d4c8fb6eb8c1564b710f4611c506234.tar.gz emacs-e63ceebf0d4c8fb6eb8c1564b710f4611c506234.zip | |
[REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
Alternative (empty) definitions.
Diffstat (limited to 'lib-src')
| -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 | |||
| 302 | alloca.o: ${srcdir}/alloca.c | 302 | alloca.o: ${srcdir}/alloca.c |
| 303 | ${CC} -c ${BASE_CFLAGS} ${srcdir}/alloca.c | 303 | ${CC} -c ${BASE_CFLAGS} ${srcdir}/alloca.c |
| 304 | 304 | ||
| 305 | #ifdef REGEXP_IN_LIBC | ||
| 306 | REGEXPOBJ = | ||
| 307 | REGEXPDEPS = | ||
| 308 | #else | ||
| 305 | REGEXPOBJ = regex.o | 309 | REGEXPOBJ = regex.o |
| 306 | REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h | 310 | REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h |
| 311 | #endif | ||
| 312 | |||
| 307 | regex.o: ../src/regex.c ../src/regex.h | 313 | regex.o: ../src/regex.c ../src/regex.h |
| 308 | ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c | 314 | ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c |
| 309 | 315 | ||