From 6b96653375d4c64b926377f650ee48d36ec59c2c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 16 Oct 1998 10:07:56 +0000 Subject: * Makefile.am (.s.lo): Supply our own rule here, which passes qthread_asflags through. See today's change to ../qthreads.m4. * Makefile.in: Regenerated. --- qt/Makefile.am | 2 ++ qt/Makefile.in | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'qt') diff --git a/qt/Makefile.am b/qt/Makefile.am index 86db5990c..4d75166c1 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -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: diff --git a/qt/Makefile.in b/qt/Makefile.in index 080593076..c216ab65b 100644 --- a/qt/Makefile.in +++ b/qt/Makefile.in @@ -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: -- cgit v1.2.1