Commit 161bc93c by Marc Espie Committed by Jeff Law

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

From-SVN: r29398
parent 4ce8ba6e
...@@ -5,6 +5,8 @@ Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org> ...@@ -5,6 +5,8 @@ Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org>
move-if-change. move-if-change.
* winnt/config-nt.sed: Likewise. Kill bogus substitution. * 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> 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. * regmove.c (fixup_match_1): Don't change an unchanging register.
......
...@@ -82,7 +82,7 @@ $(srcdir)/objc/objc-parse.y: $(srcdir)/c-parse.in ...@@ -82,7 +82,7 @@ $(srcdir)/objc/objc-parse.y: $(srcdir)/c-parse.in
sed -e "/^ifc$$/,/^end ifc$$/d" \ sed -e "/^ifc$$/,/^end ifc$$/d" \
-e "/^ifobjc$$/d" -e "/^end ifobjc$$/d" \ -e "/^ifobjc$$/d" -e "/^end ifobjc$$/d" \
$(srcdir)/c-parse.in >>tmp-objc-prs.y $(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 \ objc-act.o : $(srcdir)/objc/objc-act.c \
$(CONFIG_H) $(TREE_H) $(RTL_H) system.h \ $(CONFIG_H) $(TREE_H) $(RTL_H) system.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment