From: Ben Laurie Date: Sat, 2 Mar 2002 17:46:23 +0000 (+0000) Subject: apxs depends on the Makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb96b7946d2dadd9913d3c6e3a56807d2a406ac6;p=thirdparty%2Fapache%2Fhttpd.git apxs depends on the Makefile. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93674 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/support/Makefile.tmpl b/src/support/Makefile.tmpl index a7fe861d24d..880d5b19cfc 100644 --- a/src/support/Makefile.tmpl +++ b/src/support/Makefile.tmpl @@ -39,7 +39,7 @@ ab: ab.o checkgid: checkgid.o $(CC) $(CFLAGS) -o checkgid $(LDFLAGS) checkgid.o $(LIBS) -apxs: apxs.pl +apxs: apxs.pl Makefile sed apxs \ -e 's%@TARGET@%$(TARGET)%g' \ -e 's%@CC@%$(CC)%g' \