Commit e86dee31 authored by Victor J. Orlikowski's avatar Victor J. Orlikowski
Browse files

Clean up this relative path too.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89312 13f79535-47bb-0310-9956-ffa450edef68
parent e5d2dfc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ $(TARGET_EXPORTS):
		$(top_srcdir)/os/$(OS_DIR)/*.h > $@

exports.c: $(EXPORT_FILES)
	(cat $(EXPORT_FILES) | $(top_srcdir)/build/buildexports.sh ..) > $@
	(cat $(EXPORT_FILES) | $(top_srcdir)/build/buildexports.sh $(top_srcdir)) > $@

# wtf does this have to be explicit????
exports.lo: exports.c