Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 56284 invoked from network); 6 Feb 2004 11:11:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Feb 2004 11:11:14 -0000 Received: (qmail 18395 invoked by uid 500); 6 Feb 2004 11:10:23 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 18183 invoked by uid 500); 6 Feb 2004 11:10:21 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 18163 invoked by uid 500); 6 Feb 2004 11:10:21 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 6 Feb 2004 11:10:47 -0000 Message-ID: <20040206111047.56151.qmail@minotaur.apache.org> From: jorton@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util Makefile.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/02/06 03:10:47 Modified: . Makefile.in Log: * Makefile.in: Use portable make syntax. Revision Changes Path 1.80 +2 -2 apr-util/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr-util/Makefile.in,v retrieving revision 1.79 retrieving revision 1.80 diff -b -d -u -r1.79 -r1.80 --- Makefile.in 5 Feb 2004 10:16:25 -0000 1.79 +++ Makefile.in 6 Feb 2004 11:10:47 -0000 1.80 @@ -71,10 +71,10 @@ $(LINK) @lib_target@ $(ALL_LIBS) exports.c: $(HEADERS) - $(AWK) -f @APR_SOURCE_DIR@/build/make_exports.awk $^ > $@ + $(AWK) -f @APR_SOURCE_DIR@/build/make_exports.awk $(HEADERS) > $@ export_vars.h: $(HEADERS) - $(AWK) -f @APR_SOURCE_DIR@/build/make_var_export.awk $^ > $@ + $(AWK) -f @APR_SOURCE_DIR@/build/make_var_export.awk $(HEADERS) > $@ aprutil.exp: exports.c export_vars.h @echo "#! libaprutil.so" > $@