Commit 022cf1b1 authored by Ben Laurie's avatar Ben Laurie
Browse files

Reapply patch for chartables.c, only this time in both places (not having it

breaks FreeBSD 3.2).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87866 13f79535-47bb-0310-9956-ffa450edef68
parent 2670e689
Loading
Loading
Loading
Loading
+2 −2
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
pcre.lo: $(srcdir)/chartables.c