* objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.

From-SVN: r29398
This commit is contained in:
Marc Espie 1999-09-14 07:46:09 +00:00 committed by Jeff Law
parent 4ce8ba6e5a
commit 161bc93cb7
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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 \