]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix srcdir==objdir build failure with multilibbed libiberty.
authorJim Wilson <wilson@cygnus.com>
Wed, 3 Sep 1997 22:53:56 +0000 (22:53 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 3 Sep 1997 22:53:56 +0000 (15:53 -0700)
* Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to
pathname for move-if-change.

From-SVN: r15067

libiberty/ChangeLog
libiberty/Makefile.in

index 265acc49a4e4dd4c2433e912b6c49dabe1aa0e38..3344c14fa73f1ca5bd959a0cbb729c3822f4cf9a 100644 (file)
@@ -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
index 46874e12bf4e45bb02a0b8a158621fd251a1488c..50be42c3b8adfbf21dec7ca711129ae6cea6c5f4 100644 (file)
@@ -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