Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 38712 invoked by uid 500); 29 Nov 2002 11:44:27 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 38699 invoked from network); 29 Nov 2002 11:44:27 -0000 Date: Fri, 29 Nov 2002 11:44:41 +0000 From: Joe Orton To: dev@httpd.apache.org Subject: Re: cvs commit: httpd-2.0/server .cvsignore Makefile.in Message-ID: <20021129114441.GA25415@manyfish.co.uk> Mail-Followup-To: dev@httpd.apache.org References: <20021129110559.52444.qmail@icarus.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021129110559.52444.qmail@icarus.apache.org> User-Agent: Mutt/1.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, Nov 29, 2002 at 11:05:59AM -0000, wsanchez@apache.org wrote: > # full path required to keep BSD make happy > -$(top_builddir)/server/exports.c: > - $(AWK) -f $(top_srcdir)/build/make_exports.awk $(EXPORT_FILES) > $@ > +$(top_builddir)/server/exports.c: export_files > + $(AWK) -f $(top_srcdir)/build/make_exports.awk `cat $<` > $@ > > -export_vars.h: > - $(AWK) -f $(top_srcdir)/build/make_var_export.awk $(EXPORT_FILES) > $@ > +export_vars.h: export_files > + $(AWK) -f $(top_srcdir)/build/make_var_export.awk `cat $<` > $@ Those will both break with non-GNU make, needs s/$