jorton      2004/04/04 05:07:46

  Modified:    test     Makefile.in
  Log:
  * test/Makefile.in: Use $(LTFLAGS) when invoking libtool.
  
  Revision  Changes    Path
  1.159     +5 -5      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.158
  retrieving revision 1.159
  diff -w -d -u -r1.158 -r1.159
  --- Makefile.in       27 Mar 2004 13:11:18 -0000      1.158
  +++ Makefile.in       4 Apr 2004 12:07:46 -0000       1.159
  @@ -68,13 +68,13 @@
   
   # FIXME: -prefer-pic is only supported with libtool-1.4+
   mod_test.slo: $(srcdir)/mod_test.c
  -     $(LIBTOOL) --mode=compile $(COMPILE) -prefer-pic -c 
$(srcdir)/mod_test.c && touch $@
  +     $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -prefer-pic -c 
$(srcdir)/mod_test.c && touch $@
   
   mod_test.la: mod_test.slo $(LOCAL_LIBS)
  -     $(LIBTOOL) --mode=link $(COMPILE) -rpath `pwd` -avoid-version -module 
mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
  +     $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd` 
-avoid-version -module mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
   
   libmod_test.la: mod_test.slo $(LOCAL_LIBS)
  -     $(LIBTOOL) --mode=link $(COMPILE) -rpath `pwd` -avoid-version 
mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
  +     $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd` 
-avoid-version mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
   
   [EMAIL PROTECTED]@: testlockperf.lo $(LOCAL_LIBS)
        $(LINK_PROG) testlockperf.lo $(LOCAL_LIBS) $(ALL_LIBS)
  
  
  

Reply via email to