summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2001-10-18 20:35:18 +0200
committerAaron Bannert <aaron@apache.org>2001-10-18 20:35:18 +0200
commitf5ae27eb70ab2fc94b179bf4966160d423b07585 (patch)
tree3b80f67377b7adc20aaf145d32fb95eb4e5b3438 /server/Makefile.in
parent Gotta love it (diff)
downloadapache2-f5ae27eb70ab2fc94b179bf4966160d423b07585.tar.xz
apache2-f5ae27eb70ab2fc94b179bf4966160d423b07585.zip
These files were already defined in EXPORT_FILES, so reuse them.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r--server/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/server/Makefile.in b/server/Makefile.in
index 3a68703732..ad99178a10 100644
--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -49,11 +49,7 @@ exports.c:
$(AWK) -f $(top_srcdir)/build/make_exports.awk $(EXPORT_FILES) > $@
export_vars.h:
- $(AWK) -f $(top_srcdir)/build/make_var_export.awk \
- $(top_srcdir)/include/*.h \
- $(top_srcdir)/os/$(OS_DIR)/*.h \
- $(top_srcdir)/srclib/apr/include/*.h \
- $(top_srcdir)/srclib/apr-util/include/*.h > $@
+ $(AWK) -f $(top_srcdir)/build/make_var_export.awk $(EXPORT_FILES) > $@
# wtf does this have to be explicit????
exports.lo: exports.c