* Makefile.am (OMIT_DEPENDENCIES): Defined to contain the list of
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 12 Jun 2000 17:06:48 +0000 (17:06 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 12 Jun 2000 17:06:48 +0000 (17:06 +0000)
machine specific headers.  This is necessary, otherwise automake
will include a dependency specific for the machine on which the
distribution archive was built.

qt/Makefile.am

index 482c3be..be04b5b 100644 (file)
@@ -36,6 +36,8 @@ libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
 libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
 libqthreads_la_LDFLAGS = -rpath $(libdir)
 
+OMIT_DEPENDENCIES = axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
+
 .s.lo:
        $(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
 qtmds.s: