mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-03 08:10:31 +02:00
* Makefile.am (OMIT_DEPENDENCIES): Defined to contain the list of
machine specific headers. This is necessary, otherwise automake will include a dependency specific for the machine on which the distribution archive was built.
This commit is contained in:
parent
62002dcbec
commit
d425fd4049
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue