From: Ben Laurie Date: Thu, 26 Sep 2002 12:52:13 +0000 (+0000) Subject: Full path required for BSD make (haven't I done this before???). X-Git-Tag: WROWE_2_0_43_PRE1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed40fffee0e29e167d546b3293784186ae3a18a3;p=thirdparty%2Fapache%2Fhttpd.git Full path required for BSD make (haven't I done this before???). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96985 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index 1e82213de7f..7ef08a7a426 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -46,7 +46,8 @@ delete-exports: fi \ fi -exports.c: +# full path required to keep BSD make happy +$(top_srcdir)/server/exports.c: $(AWK) -f $(top_srcdir)/build/make_exports.awk $(EXPORT_FILES) > $@ export_vars.h: