From cb96b7946d2dadd9913d3c6e3a56807d2a406ac6 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 2 Mar 2002 17:46:23 +0000 Subject: [PATCH] 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 --- src/support/Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \ -- 2.47.2