]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
apxs depends on the Makefile.
authorBen Laurie <ben@apache.org>
Sat, 2 Mar 2002 17:46:23 +0000 (17:46 +0000)
committerBen Laurie <ben@apache.org>
Sat, 2 Mar 2002 17:46:23 +0000 (17:46 +0000)
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

index a7fe861d24dcacb2707d00dc351b7fbeb24bee1a..880d5b19cfc5e5d4edbcd6888747112781a2f1c8 100644 (file)
@@ -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.pl >apxs \
            -e 's%@TARGET@%$(TARGET)%g' \
            -e 's%@CC@%$(CC)%g' \