mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 18:40:06 +08:00
* objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
From-SVN: r29398
This commit is contained in:
parent
4ce8ba6e5a
commit
161bc93cb7
@ -5,6 +5,8 @@ Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org>
|
||||
move-if-change.
|
||||
* winnt/config-nt.sed: Likewise. Kill bogus substitution.
|
||||
|
||||
* objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
|
||||
|
||||
Tue Sep 14 01:38:52 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||
|
||||
* regmove.c (fixup_match_1): Don't change an unchanging register.
|
||||
|
@ -82,7 +82,7 @@ $(srcdir)/objc/objc-parse.y: $(srcdir)/c-parse.in
|
||||
sed -e "/^ifc$$/,/^end ifc$$/d" \
|
||||
-e "/^ifobjc$$/d" -e "/^end ifobjc$$/d" \
|
||||
$(srcdir)/c-parse.in >>tmp-objc-prs.y
|
||||
$(srcdir)/move-if-change tmp-objc-prs.y $(srcdir)/objc/objc-parse.y
|
||||
$(SHELL) $(srcdir)/move-if-change tmp-objc-prs.y $(srcdir)/objc/objc-parse.y
|
||||
|
||||
objc-act.o : $(srcdir)/objc/objc-act.c \
|
||||
$(CONFIG_H) $(TREE_H) $(RTL_H) system.h \
|
||||
|
Loading…
Reference in New Issue
Block a user