Mercurial > emacs
changeset 9574:6792e29ae0b5
(regex.o): Use full path to find regex.c.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 17 Oct 1994 20:56:18 +0000 |
parents | 398625d049db |
children | ff5a8ffc542c |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Mon Oct 17 20:26:22 1994 +0000 +++ b/lib-src/Makefile.in Mon Oct 17 20:56:18 1994 +0000 @@ -304,7 +304,7 @@ REGEXPOBJ = regex.o REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h regex.o: ../src/regex.c ../src/regex.h - ${CC} -c ${CPP_CFLAGS} -Uemacs -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ../src/regex.c + ${CC} -c ${CPP_CFLAGS} -Uemacs -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags