diff options
author | Daniel Berlin <dberlin@dberlin.org> | 2004-09-10 02:19:35 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@dberlin.org> | 2004-09-10 02:19:35 +0000 |
commit | be75bbe1691231ba95210defdcb3d2848faab73b (patch) | |
tree | 5ecf34c141df656fe61c411314caa90553790cf0 /Makefile.tpl | |
parent | 2db8e78e679d88bbdbaf32bdfbed44382f55c0d6 (diff) | |
download | gdb-be75bbe1691231ba95210defdcb3d2848faab73b.zip gdb-be75bbe1691231ba95210defdcb3d2848faab73b.tar.gz gdb-be75bbe1691231ba95210defdcb3d2848faab73b.tar.bz2 |
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.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 8dbf237..d685c39 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 |