summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/cp
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-09-17 11:29:20 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-09-17 11:29:20 +0000
commit8e29ff442d07e11d7e12085a9d397079d81f5e23 (patch)
treeb7811eec72b448d559d6c994ac52e077e119578a /gnu/egcs/gcc/cp
parent44bc2b7d664a7f223822045cdb0087821fbc77ed (diff)
Invoke sh move-if-change explicitly.
Official patch, submitted to egcs and accepted in the main source. (strongly suggested by mickey@)
Diffstat (limited to 'gnu/egcs/gcc/cp')
-rw-r--r--gnu/egcs/gcc/cp/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/cp/Makefile.in b/gnu/egcs/gcc/cp/Makefile.in
index 9f2cd1c3c97..9fa7860a5e5 100644
--- a/gnu/egcs/gcc/cp/Makefile.in
+++ b/gnu/egcs/gcc/cp/Makefile.in
@@ -236,8 +236,8 @@ $(PARSE_C) : $(srcdir)/parse.y
# @echo $(CONFLICTS)
# $(BISON) $(BISONFLAGS) -d $(srcdir)/parse.y
# grep '^#define[ ]*YYEMPTY' y.tab.c >>y.tab.h
-# $(srcdir)/../move-if-change y.tab.c $(PARSE_C)
-# $(srcdir)/../move-if-change y.tab.h $(PARSE_H)
+# $(SHELL) $(srcdir)/../move-if-change y.tab.c $(PARSE_C)
+# $(SHELL) $(srcdir)/../move-if-change y.tab.h $(PARSE_H)
# cp $(PARSE_C) y.tab.c
# touch stamp-parse