Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 94674 invoked by uid 500); 17 Feb 2001 22:27:03 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 94660 invoked from network); 17 Feb 2001 22:27:02 -0000 X-Authentication-Warning: kurgan.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Sat, 17 Feb 2001 14:29:35 -0800 From: Greg Stein To: dev@apr.apache.org Subject: Re: cvs commit: apr-util Makefile.in Message-ID: <20010217142935.U27443@lyra.org> Mail-Followup-To: dev@apr.apache.org References: <20010217161055.52409.qmail@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from trawickj@bellsouth.net on Sat, Feb 17, 2001 at 03:35:18PM -0500 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I've reversed those changes. On Sat, Feb 17, 2001 at 03:35:18PM -0500, Jeff Trawick wrote: > ben@apache.org writes: > > > Index: Makefile.in > > =================================================================== > > RCS file: /home/cvs/apr/Makefile.in,v > > retrieving revision 1.40 > > retrieving revision 1.41 > > diff -u -r1.40 -r1.41 > > --- Makefile.in 2001/02/16 10:17:10 1.40 > > +++ Makefile.in 2001/02/17 16:10:55 1.41 > > @@ -61,7 +61,7 @@ > > fi \ > > fi > > > > -$(TARGET_EXPORTS): > > +$(TARGET_EXPORTS): include/*.h > > Solaris doesn't like this :( > > make[3]: *** No rule to make target `include/*.h', needed by `apr.exports'. Stop. > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1 > --------------end of /export/home/trawick/regress/logs/make.stderr------------- > > > -$(TARGET_EXPORTS): > > +$(TARGET_EXPORTS): include/*.h > > $(AWK) -f @APR_SOURCE_DIR@/helpers/make_export.awk include/*.h > $@ ; > > again > > -- > Jeff Trawick | trawickj@bellsouth.net | PGP public key at web site: > http://www.geocities.com/SiliconValley/Park/9289/ > Born in Roswell... married an alien... -- Greg Stein, http://www.lyra.org/