Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 28844 invoked by uid 500); 8 Jun 2001 20:36:15 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 28780 invoked by uid 500); 8 Jun 2001 20:36:12 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 8 Jun 2001 20:36:11 -0000 Message-ID: <20010608203611.28755.qmail@apache.org> From: orlikowski@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server Makefile.in orlikowski 01/06/08 13:36:10 Modified: server Makefile.in Log: Clean up this relative path too. Revision Changes Path 1.51 +1 -1 httpd-2.0/server/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- Makefile.in 2001/06/08 14:49:20 1.50 +++ Makefile.in 2001/06/08 20:36:09 1.51 @@ -52,7 +52,7 @@ $(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