From: Karl Heuer Date: Mon, 17 Oct 1994 20:56:18 +0000 (+0000) Subject: (regex.o): Use full path to find regex.c. X-Git-Tag: emacs-19.34~6280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3412f30312b224185fd382a83b23accbdc6baafe;p=emacs.git (regex.o): Use full path to find regex.c. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 408487812ee..19e87f68251 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -304,7 +304,7 @@ alloca.o: ${srcdir}/alloca.c 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