Commit 09783fbb authored by Aaron Bannert's avatar Aaron Bannert
Browse files

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
parent 9145e72a
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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