From: Sascha Schumann Date: Sun, 30 Apr 2000 02:28:14 +0000 (+0000) Subject: Get rid of last relative include path in our Makefiles X-Git-Tag: APACHE_2_0_ALPHA_4~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=110f9d862da98e40ba66edbdace1a588496973dc;p=thirdparty%2Fapache%2Fhttpd.git Get rid of last relative include path in our Makefiles git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85103 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/special.mk b/build/special.mk index 79049d2b923..139c0b867b6 100644 --- a/build/special.mk +++ b/build/special.mk @@ -56,7 +56,7 @@ all: all-recursive -include modules.mk +include $(builddir)/modules.mk targets = $(static) $(shared) install_targets = install-modules