From: Victor J. Orlikowski Date: Fri, 8 Jun 2001 20:36:09 +0000 (+0000) Subject: Clean up this relative path too. X-Git-Tag: 2.0.19~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8040c4ad75645e1b1f0639a6ac572c3fbd3ac23a;p=thirdparty%2Fapache%2Fhttpd.git Clean up this relative path too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89312 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index 0ec1124ede6..f56b4adbc44 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -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