diff options
author | Matt Kraai <kraai@alumni.cmu.edu> | 2004-02-20 04:19:33 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2004-02-20 04:19:33 +0000 |
commit | 88e3a2a3983942615023ee9e1c8739edc0c16e7c (patch) | |
tree | 1d8139b2f0b1d640a7eb522eef58c20ce708e6e5 /gcc/objc | |
parent | 116daf21951d1b9dbce0be60f1fb5f1053356374 (diff) | |
download | gcc-88e3a2a3983942615023ee9e1c8739edc0c16e7c.zip gcc-88e3a2a3983942615023ee9e1c8739edc0c16e7c.tar.gz gcc-88e3a2a3983942615023ee9e1c8739edc0c16e7c.tar.bz2 |
move-if-change: Remove.
* move-if-change: Remove.
* Makefile.in (s-mlib, c-parse.y, s-check, s-gencheck)
(s-specs, s-options, s-config, s-conditions, s-flags, s-codes)
(s-constants, s-emit, s-recog, s-opinit, s-extract, s-peep)
(s-attr, s-attrtab, s-output, s-genrtl, s-modes, s-preds)
(s-gtyp-gen, s-iov): Use the top level move-if-change.
* objc/Make-lang.in (objc/objc-parse.y): Likewise.
(gcc/ada/ChangeLog)
* Make-lang.in (ada/stamp-sdefault): Use the top level
move-if-change.
(gcc/f/ChangeLog)
* Make-lang.in (f/stamp-1t, f/stamp-2t, f/stamp-fo)
(f/stamp-io, f/stamp-nq, f/stamp-op, f/stamp-ot): Use the top
level move-if-change.
From-SVN: r78146
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/Make-lang.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index 2cfe073..12a2056 100644 --- a/gcc/objc/Make-lang.in +++ b/gcc/objc/Make-lang.in @@ -1,5 +1,5 @@ # Top level -*- makefile -*- fragment for GNU Objective-C -# Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003 +# Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004 # Free Software Foundation, Inc. #This file is part of GCC. @@ -83,7 +83,7 @@ objc/objc-parse.y: c-parse.in echo '/*WARNING: This file is automatically generated!*/' >tmp-objc-prs.y sed -e "/^@@ifc.*/,/^@@end_ifc.*/d" \ -e "/^@@ifobjc.*/d" -e "/^@@end_ifobjc.*/d" < $< >>tmp-objc-prs.y - $(SHELL) $(srcdir)/move-if-change tmp-objc-prs.y $@ + $(SHELL) $(srcdir)/../move-if-change tmp-objc-prs.y $@ gtype-objc.h : s-gtype ; @true gt-objc-objc-act.h : s-gtype ; @true |