Mercurial > emacs
changeset 11548:ead6d5ff8a18
[REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
Alternative (empty) definitions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Apr 1995 02:30:06 +0000 |
parents | a39d8ae4ed2e |
children | bfb9b93ee7e9 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Tue Apr 25 00:42:22 1995 +0000 +++ b/lib-src/Makefile.in Tue Apr 25 02:30:06 1995 +0000 @@ -302,8 +302,14 @@ 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