I've reversed those changes.

On Sat, Feb 17, 2001 at 03:35:18PM -0500, Jeff Trawick wrote:
> [EMAIL PROTECTED] 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 | [EMAIL PROTECTED] | 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/

Reply via email to