diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-14 07:45:42 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-14 07:45:42 +0000 |
| commit | 309c53803bf4eaa12eb18b29e5d995dc122fce0d (patch) | |
| tree | 9329eec5572abd0eaa25293822c157fe84810d55 | |
| parent | 66abbbbcf19a896246b92a5bb99a3d5a2d51c74d (diff) | |
| download | ppe42-gcc-309c53803bf4eaa12eb18b29e5d995dc122fce0d.tar.gz ppe42-gcc-309c53803bf4eaa12eb18b29e5d995dc122fce0d.zip | |
* Makefile.in: Prepend $(SHELL) to move-if-change calls.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29397 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cp/Makefile.in | 4 | ||||
| -rw-r--r-- | libf2c/ChangeLog | 4 | ||||
| -rw-r--r-- | libf2c/Makefile.in | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4a33e63c447..4addb631c2b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 14 01:45:10 1999 Marc Espie <espie@cvs.openbsd.org> + + * Makefile.in: Prepend $(SHELL) to move-if-change calls. + 1999-09-13 Mark Mitchell <mark@codesourcery.com> * cp-tree.h (build_target_expr): New function. diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 7a35d53bcea..d9ddf48afb7 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -224,8 +224,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 diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 98eca667d86..2b75c1b4cb7 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 14 01:44:01 1999 Marc Espie <espie@cvs.openbsd.org> + + * Makefile.in: Prepend $(SHELL) to move-if-change calls. + Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org> * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index 790e6cd8660..9075360fe9b 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -179,7 +179,7 @@ g2c.h: g2c.hin config.status Makefile # lines below, since g2c.h isn't necessarily brought up to date. # mv g2c.h g2c.x $(SHELL) config.status -# $(srcdir)/../move-if-change g2c.h g2c.x && mv g2c.x g2c.h +# $(SHELL) $(srcdir)/../move-if-change g2c.h g2c.x && mv g2c.x g2c.h Makefile: Makefile.in config.status # Autoconf doc uses `./config.status'. Is there a good reason to use $(SHELL)? |

