From: Aaron Bannert Date: Thu, 18 Oct 2001 18:35:18 +0000 (+0000) Subject: These files were already defined in EXPORT_FILES, so reuse them. X-Git-Tag: 2.0.27~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5ae27eb70ab2fc94b179bf4966160d423b07585;p=apache 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 --- 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