aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@drow.them.org>1999-08-07 05:37:16 +0000
committerJeff Law <law@gcc.gnu.org>1999-08-06 23:37:16 -0600
commit76632dd06d3c245c25f5c20b3606787b27d36c9e (patch)
tree744d0f09fe9cc6c210518752d155f80b1a99d069 /libiberty
parent4a21803f6b3a4135086316356dd2d4361b018661 (diff)
downloadgcc-76632dd06d3c245c25f5c20b3606787b27d36c9e.zip
gcc-76632dd06d3c245c25f5c20b3606787b27d36c9e.tar.gz
gcc-76632dd06d3c245c25f5c20b3606787b27d36c9e.tar.bz2
Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir and tooldir.
* Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir and tooldir. Applied in libchill, libf2c, libiberty and libobjc From-SVN: r28569
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog5
-rw-r--r--libiberty/Makefile.in7
2 files changed, 11 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 4ad72e5..12177a8 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
+
+ * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
+ libdir, libsubdir and tooldir.
+
1999-08-01 Mark Mitchell <mark@codesourcery.com>
* splay-tree.c (splay_tree_insert): Return the new node.
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 2eda0c0..5642058 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -85,7 +85,12 @@ FLAGS_TO_PASS = \
"LDFLAGS=$(LDFLAGS)" \
"LOADLIBES=$(LOADLIBES)" \
"RANLIB=$(RANLIB)" \
- "SHELL=$(SHELL)"
+ "SHELL=$(SHELL)" \
+ "prefix=$(prefix)" \
+ "exec_prefix=$(exec_prefix)" \
+ "libdir=$(libdir)" \
+ "libsubdir=$(libsubdir)" \
+ "tooldir=$(tooldir)"
all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all