Commit e8dafff5 authored by Ben Laurie's avatar Ben Laurie
Browse files

For some reason the chartables.c target requires a full path.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87603 13f79535-47bb-0310-9956-ffa450edef68
parent f0c66cd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ $(LTLIBRARY_OBJECTS) dftables.lo: config.h
dftables: dftables.lo
	$(LINK) $(EXTRA_LDFLAGS) dftables.lo $(EXTRA_LIBS)

chartables.c: dftables
$(srcdir)/chartables.c: dftables
	./dftables > $@

pcre.lo: chartables.c