From c01db9d6a3df1551a2f994b2f2dad5e5842c55ff Mon Sep 17 00:00:00 2001 From: wilson Date: Wed, 3 Sep 1997 22:53:56 +0000 Subject: Fix srcdir==objdir build failure with multilibbed libiberty. * Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to pathname for move-if-change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15067 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/ChangeLog | 5 +++++ libiberty/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libiberty') 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 + + * Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to + pathname for move-if-change. + Tue Aug 19 20:28:45 1997 Geoffrey Noer * 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 -- cgit v1.2.1