1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00

(OMIT_DEPENDENCIES): Remove macro (obsolete mechanism).

This commit is contained in:
Thien-Thi Nguyen 2001-12-03 10:55:52 +00:00
parent 270b9b2c93
commit afe292a84f
2 changed files with 3 additions and 10 deletions

View file

@ -97,11 +97,6 @@ EXTRA_libguile_la_SOURCES = _scm.h \
filesys.c posix.c net_db.c socket.c \
ramap.c unif.c debug-malloc.c mkstemp.c
## In next release, threads will be factored out of libguile.
## Until then, the machine specific headers is a temporary kludge.
OMIT_DEPENDENCIES = libguile.h ltdl.h \
axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
## delete guile-snarf.awk from the installation bindir, in case it's
## lingering there due to an earlier guile version not having been
## wiped out.

View file

@ -36,8 +36,6 @@ libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
libqthreads_la_LDFLAGS = -rpath $(libdir) -version-info @LIBGUILEQTHREADS_INTERFACE_CURRENT@:@LIBGUILEQTHREADS_INTERFACE_REVISION@:@LIBGUILEQTHREADS_INTERFACE_AGE@ -export-dynamic -no-undefined
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: