Makefile.in: Remove bytecode crud that crept back in after the gcc2 merge.

* Makefile.in: Remove bytecode crud that crept back in after the
        gcc2 merge.

From-SVN: r19043
This commit is contained in:
Jeffrey A Law 1998-04-08 11:51:57 +00:00 committed by Jeff Law
parent f36c0c095f
commit ee5254ffe2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Apr 8 12:51:19 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in: Remove bytecode crud that crept back in after the
gcc2 merge.
1998-04-08 Brendan Kehoe <brendan@cygnus.com>
* c-lex.h (is_class_name): Fix arg type to be tree, not void.

View File

@ -2529,7 +2529,7 @@ distdir-cvs: force
# stuff gets done.
distdir-start: doc $(srcdir)/INSTALL $(srcdir)/c-parse.y $(srcdir)/c-gperf.h \
$(srcdir)/c-parse.c $(srcdir)/cexp.c $(srcdir)/config.in \
$(srcdir)/bi-parser.h $(srcdir)/bi-parser.c $(srcdir)/version.c TAGS
$(srcdir)/version.c TAGS
@if grep -s "for version ${mainversion}" gcc.texi > /dev/null; \
then true; \
else echo "You must update the version number in \`gcc.texi'"; sleep 10;\
@ -2587,7 +2587,7 @@ distdir: distdir-cvs distdir-start lang.distdir distdir-finish
# The -P option assumes this is GNU diff.
diff:
diff -rc2P -x c-parse.y -x c-parse.c -x c-parse.h -x c-gperf.h \
-x cexp.c -x bi-parser.c -x bi-parser.h -x TAGS -x INSTALL \
-x cexp.c -x -x TAGS -x INSTALL \
-x configure -x config.in \
-x "gcc.??" -x "gcc.??s" -x gcc.aux -x "gcc.info*" \
-x "cpp.??" -x "cpp.??s" -x cpp.aux -x "cpp.info*" \