mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 19:33:59 +08:00
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:
parent
c1bc6829b4
commit
9b2c548ca6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user