> jim 02/03/29 09:03:19 > > Modified: atomic/solaris_sparc Makefile.in > Log: > srcdir is bogus at present... this, at least, allows it to > compile and build under Solaris8 > > Revision Changes Path > 1.5 +3 -3 apr/atomic/solaris_sparc/Makefile.in > > Index: Makefile.in > =================================================================== > RCS file: /home/cvs/apr/atomic/solaris_sparc/Makefile.in,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -u -r1.4 -r1.5 > --- Makefile.in 28 Mar 2002 19:02:10 -0000 1.4 > +++ Makefile.in 29 Mar 2002 17:03:19 -0000 1.5 > @@ -9,13 +9,13 @@ > # bring in rules.mk for standard functionality > @INCLUDE_RULES@ > > -apr_atomic_sparc.lo: $(srcdir)/apr_atomic_sparc.s > - $(ASCPP) $(ASCPPFLAGS) $(srcdir)/$*.s > $*.S > +apr_atomic_sparc.lo: apr_atomic_sparc.s > + $(ASCPP) $(ASCPPFLAGS) $*.s > $*.S > $(AS) $(ASFLAGS) -o $@ $*.S
This removes the ability to run VPATH builds on Solaris. There must be a way to allow both regular and VPATH builds. Ryan
