]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clean up this relative path too.
authorVictor J. Orlikowski <orlikowski@apache.org>
Fri, 8 Jun 2001 20:36:09 +0000 (20:36 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Fri, 8 Jun 2001 20:36:09 +0000 (20:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89312 13f79535-47bb-0310-9956-ffa450edef68

server/Makefile.in

index 0ec1124ede615408010aed0033266c375db05b9a..f56b4adbc4402bc6445da14fc382a4c106f35049 100644 (file)
@@ -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