summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2004-09-10 02:19:35 +0000
committerDaniel Berlin <dberlin@dberlin.org>2004-09-10 02:19:35 +0000
commit04d55823da83da01d25876c8f0e14cea948e2eeb (patch)
treea24832cfff2b8739ca9e825d99af0a6c6ca9be0b /Makefile.tpl
parent0c8593cf11a16ca75c72977a6f5e3983896940c4 (diff)
downloadcygnal-04d55823da83da01d25876c8f0e14cea948e2eeb.tar.gz
cygnal-04d55823da83da01d25876c8f0e14cea948e2eeb.tar.bz2
cygnal-04d55823da83da01d25876c8f0e14cea948e2eeb.zip
2004-09-09 Daniel Berlin <dberlin@dberlin.org>
* Makefile.def: Remove libbanshee. * Makefile.tpl: Ditto. * configure.in: Ditto. * Makefile.in: Regen. * configure: Ditto.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 8dbf237f1..d685c39de 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -107,7 +107,7 @@ REALLY_SET_LIB_PATH = \
$(RPATH_ENVVAR)=`echo "$(HOST_LIB_PATH):$(TARGET_LIB_PATH):$$$(RPATH_ENVVAR)" | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; export $(RPATH_ENVVAR);
# This is the list of directories to be built for the build system.
-BUILD_CONFIGDIRS = libiberty libbanshee
+BUILD_CONFIGDIRS = libiberty
# Build programs are put under this directory.
BUILD_SUBDIR = @build_subdir@
# This is set by the configure script to the arguments to use when configuring