summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libiberty/ChangeLog5
-rw-r--r--libiberty/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 265acc49a4e..3344c14fa73 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 3 14:35:52 1997 Jim Wilson <wilson@cygnus.com>
+
+ * Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to
+ pathname for move-if-change.
+
Tue Aug 19 20:28:45 1997 Geoffrey Noer <noer@cygnus.com>
* config/mh-cygwin32: also build random.o
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 46874e12bf4..50be42c3b8a 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -190,7 +190,7 @@ install_to_tooldir: all
stamp-needed: stamp-picdir $(NEEDED_LIST)
cp $(NEEDED_LIST) needed-tmp
- $(SHELL) $(srcdir)/../move-if-change needed-tmp needed-list
+ $(SHELL) $(srcdir)/$(MULTISRCTOP)../move-if-change needed-tmp needed-list
touch stamp-needed
needed-list: stamp-needed ; @true
@@ -220,7 +220,7 @@ needed.awk: $(srcdir)/functions.def Makefile
stamp-config: $(CONFIG_H)
cp $(CONFIG_H) config.tmp
- $(SHELL) $(srcdir)/../move-if-change config.tmp config.h
+ $(SHELL) $(srcdir)/$(MULTISRCTOP)../move-if-change config.tmp config.h
touch stamp-config
config.h: stamp-config ; @true
OpenPOWER on IntegriCloud