You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by aa...@apache.org on 2002/03/28 20:02:11 UTC

cvs commit: apr/atomic/solaris_sparc Makefile.in

aaron       02/03/28 11:02:11

  Modified:    atomic/solaris_sparc Makefile.in
  Log:
  Get VPATH builds to work with solaris atomics again.
  
  Revision  Changes    Path
  1.4       +2 -2      apr/atomic/solaris_sparc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/atomic/solaris_sparc/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	21 Feb 2002 23:34:10 -0000	1.3
  +++ Makefile.in	28 Mar 2002 19:02:10 -0000	1.4
  @@ -9,8 +9,8 @@
   # bring in rules.mk for standard functionality
   @INCLUDE_RULES@
   
  -apr_atomic_sparc.lo: apr_atomic_sparc.s
  -	$(ASCPP) $(ASCPPFLAGS) $*.s > $*.S
  +apr_atomic_sparc.lo: $(srcdir)/apr_atomic_sparc.s
  +	$(ASCPP) $(ASCPPFLAGS) $(srcdir)/$*.s > $*.S
   	$(AS) $(ASFLAGS) -o $@ $*.S