Makefile.in (version.c): Remove rule incorrectly brought in from the gcc2 merge.

* Makefile.in (version.c): Remove rule incorrectly brought in from
        the gcc2 merge.

From-SVN: r29399
This commit is contained in:
Jeffrey A Law 1999-09-14 07:48:44 +00:00 committed by Jeff Law
parent 161bc93cb7
commit 21f50117c6
2 changed files with 5 additions and 10 deletions

View File

@ -1,3 +1,8 @@
Tue Sep 14 01:47:19 1999 Jeffrey A Law (law@cygnus.com)
* Makefile.in (version.c): Remove rule incorrectly brought in from
the gcc2 merge.
Tue Sep 14 01:42:27 1999 Marc Espie <espie@cvs.openbsd.org>
* Makefile.in: Prepend $(SHELL) to move-if-change calls.

View File

@ -786,16 +786,6 @@ REGS_H = regs.h varray.h machmode.h machmode.def
.SUFFIXES:
.SUFFIXES: .c .o
$(srcdir)/version.c: $(VERSION_DEP)
(cd $(srcdir); cvs log -h `basename $?`) >tmp-ver
tag=`sed '1,/^sym/d;s/ *gcc-//;s/:.*$$//;q' tmp-ver`; \
ver=`echo $${tag} | sed 's/-.*//' | sed 's/_/./g'`; \
date=`echo $${tag} | sed 's/.*-//'`; \
if [ $${date} != RELEASE ]; then ver="testgcc-$${ver} $${date} experimental"; fi; \
echo "char *version_string = \"$${ver}\";" >tmp-version.c
rm -f tmp-ver
$(srcdir)/move-if-change tmp-version.c $(srcdir)/version.c
Makefile: $(srcdir)/Makefile.in config.status $(srcdir)/version.c \
$(xmake_file) $(tmake_file) $(LANG_MAKEFILES)
$(SHELL) $(srcdir)/configure.frag $(srcdir) "$(SUBDIRS)" \