* Makefile.am (.s.lo): Supply our own rule here, which passes
authorJim Blandy <jimb@red-bean.com>
Fri, 16 Oct 1998 10:07:56 +0000 (10:07 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 16 Oct 1998 10:07:56 +0000 (10:07 +0000)
qthread_asflags through.  See today's change to ../qthreads.m4.
* Makefile.in: Regenerated.

qt/Makefile.am
qt/Makefile.in

index 86db599..4d75166 100644 (file)
@@ -13,6 +13,8 @@ libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
 libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
 libqthreads_la_LDFLAGS = -rpath $(libdir)
 
+.s.lo:
+       $(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
 qtmds.s:
        ${LN_S} ${srcdir}/${qtmds_s} qtmds.s
 qtmdc.c:
index 0805930..c216ab6 100644 (file)
@@ -83,6 +83,7 @@ THREAD_LIBS_LOCAL = @THREAD_LIBS_LOCAL@
 THREAD_PACKAGE = @THREAD_PACKAGE@
 VERSION = @VERSION@
 qtdmdb_s = @qtdmdb_s@
+qthread_asflags = @qthread_asflags@
 qtmd_h = @qtmd_h@
 qtmdc_c = @qtmdc_c@
 qtmds_s = @qtmds_s@
@@ -182,9 +183,6 @@ distclean-compile:
 
 maintainer-clean-compile:
 
-.s.lo:
-       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
-
 .S.lo:
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
@@ -403,6 +401,8 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
+.s.lo:
+       $(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
 qtmds.s:
        ${LN_S} ${srcdir}/${qtmds_s} qtmds.s
 qtmdc.c: