]> granicus.if.org Git - apache/commitdiff
These files were already defined in EXPORT_FILES, so reuse them.
authorAaron Bannert <aaron@apache.org>
Thu, 18 Oct 2001 18:35:18 +0000 (18:35 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 18 Oct 2001 18:35:18 +0000 (18:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91548 13f79535-47bb-0310-9956-ffa450edef68

server/Makefile.in

index 3a687037329b4b6a994a87d48cd507aead4deebd..ad99178a108f6864bd1b4c1fc7de15af8cde57c5 100644 (file)
@@ -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