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

* Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be

obsolete.  autogen.sh says:
	invalid unused variable name: `OMIT_DEPENDENCIES'
This commit is contained in:
Gary Houston 2001-11-21 23:35:15 +00:00
parent 1b3a7932ca
commit 8978878fd8
4 changed files with 20 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2001-11-21 Gary Houston <ghouston@arglist.com>
* Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be
obsolete. autogen.sh says:
invalid unused variable name: `OMIT_DEPENDENCIES'
2001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de> 2001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
* numbers.c (scm_divide): Fix (/ 0). Thanks to Keith Wright for * numbers.c (scm_divide): Fix (/ 0). Thanks to Keith Wright for

View file

@ -99,8 +99,11 @@ EXTRA_libguile_la_SOURCES = _scm.h \
## In next release, threads will be factored out of libguile. ## In next release, threads will be factored out of libguile.
## Until then, the machine specific headers is a temporary kludge. ## 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 # Seems to be obsolete - autogen.sh is giving:
# invalid unused variable name: `OMIT_DEPENDENCIES'
#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 ## delete guile-snarf.awk from the installation bindir, in case it's
## lingering there due to an earlier guile version not having been ## lingering there due to an earlier guile version not having been

View file

@ -1,3 +1,9 @@
2001-11-21 Gary Houston <ghouston@arglist.com>
* Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be
obsolete. autogen.sh says:
invalid unused variable name: `OMIT_DEPENDENCIES'
2001-11-04 Stefan Jahn <stefan@lkcc.org> 2001-11-04 Stefan Jahn <stefan@lkcc.org>
* md/Makefile.am (EXTRA_DIST): Added `i386.asm'. * md/Makefile.am (EXTRA_DIST): Added `i386.asm'.

View file

@ -36,7 +36,9 @@ libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
libqthreads_la_DEPENDENCIES = 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 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 # Seems to be obsolete - autogen.sh is giving:
# invalid unused variable name: `OMIT_DEPENDENCIES'
#OMIT_DEPENDENCIES = axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
.s.lo: .s.lo:
$(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $< $(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<