diff options
author | Sascha Schumann <sascha@apache.org> | 2000-04-30 04:28:14 +0200 |
---|---|---|
committer | Sascha Schumann <sascha@apache.org> | 2000-04-30 04:28:14 +0200 |
commit | 110f9d862da98e40ba66edbdace1a588496973dc (patch) | |
tree | a2af3fe0285f125d713bb3917ce702de1a46d04c /build/special.mk | |
parent | Overall UNIX build system improvements: (diff) | |
download | apache2-110f9d862da98e40ba66edbdace1a588496973dc.tar.xz apache2-110f9d862da98e40ba66edbdace1a588496973dc.zip |
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
Diffstat (limited to 'build/special.mk')
-rw-r--r-- | build/special.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/special.mk b/build/special.mk index 79049d2b92..139c0b867b 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 |