From afe292a84f3dd75cf9cfd63fe4391241d8d07adb Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 3 Dec 2001 10:55:52 +0000 Subject: [PATCH] (OMIT_DEPENDENCIES): Remove macro (obsolete mechanism). --- libguile/Makefile.am | 5 ----- qt/Makefile.am | 8 +++----- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index a046e5658..b19dceb14 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -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. diff --git a/qt/Makefile.am b/qt/Makefile.am index 50327dd95..b74d80a66 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -3,17 +3,17 @@ ## Copyright (C) 1998, 2000 Free Software Foundation, Inc. ## ## This file is part of GUILE. -## +## ## GUILE is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2, or ## (at your option) any later version. -## +## ## GUILE is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. -## +## ## You should have received a copy of the GNU General Public ## License along with GUILE; see the file COPYING. If not, write ## to the Free Software Foundation, Inc., 59 Temple Place, Suite @@ -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: