]> git.eshelyaron.com Git - emacs.git/commitdiff
(regex.o): Use full path to find regex.c.
authorKarl Heuer <kwzh@gnu.org>
Mon, 17 Oct 1994 20:56:18 +0000 (20:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 17 Oct 1994 20:56:18 +0000 (20:56 +0000)
lib-src/Makefile.in

index 408487812eee9b7e4dadc9bf313ddf86908cffa0..19e87f682516b71fc59f6cbb699c1a46c2c35373 100644 (file)
@@ -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