Fix srcdir==objdir build failure with multilibbed libiberty.

* Makefile.in (stamp-needed, stamp-config): Add MULTISRCTOP to
	pathname for move-if-change.

From-SVN: r15067
This commit is contained in:
Jim Wilson 1997-09-03 22:53:56 +00:00 committed by Jim Wilson
parent c1bc6829b4
commit 9b2c548ca6
2 changed files with 7 additions and 2 deletions

View 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

View 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