Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gcc Remove dependencies on .y files as well.



details:   https://anonhg.NetBSD.org/src/rev/b5c883ba71d5
branches:  trunk
changeset: 542817:b5c883ba71d5
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Feb 08 08:43:02 2003 +0000

description:
Remove dependencies on .y files as well.
Per request from Jason "Mr. Toolchain" Thorpe.

diffstat:

 gnu/dist/toolchain/gcc/Makefile.in |  18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diffs (35 lines):

diff -r 110e2c891b37 -r b5c883ba71d5 gnu/dist/toolchain/gcc/Makefile.in
--- a/gnu/dist/toolchain/gcc/Makefile.in        Sat Feb 08 07:47:14 2003 +0000
+++ b/gnu/dist/toolchain/gcc/Makefile.in        Sat Feb 08 08:43:02 2003 +0000
@@ -1302,22 +1302,6 @@
 c-parse.o : $(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h \
     $(srcdir)/c-parse.h c-tree.h input.h flags.h system.h toplev.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/c-parse.c
-$(srcdir)/c-parse.h: $(srcdir)/c-parse.c
-$(srcdir)/c-parse.c: $(srcdir)/c-parse.y
-       cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o c-parse.c c-parse.y
-$(srcdir)/c-parse.y: c-parse.in
-       echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y
-       sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \
-         -e "/^ifc$$/d" -e "/^end ifc$$/d" \
-         $(srcdir)/c-parse.in >>tmp-c-parse.y
-       sh $(srcdir)/move-if-change tmp-c-parse.y $(srcdir)/c-parse.y
-
-# Disabled Fri Feb  7 04:11:30 UTC 2003, lukem%netbsd.org@localhost
-#
-#$(srcdir)/c-gperf.h: c-parse.gperf
-#      gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
-#         -k1,3,$$ $(srcdir)/c-parse.gperf >tmp-gperf.h
-#       sh $(srcdir)/move-if-change tmp-gperf.h $(srcdir)/c-gperf.h
 
 c-decl.o : c-decl.c $(CONFIG_H) system.h $(TREE_H) c-tree.h c-lex.h flags.h \
     output.h toplev.h
@@ -1943,8 +1927,6 @@
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(CCCP_OBJS) $(LIBS)
 cexp.o: $(srcdir)/cexp.c $(CONFIG_H) system.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/cexp.c
-$(srcdir)/cexp.c: $(srcdir)/cexp.y
-       cd $(srcdir); $(BISON) -o cexp.c cexp.y
 
 # We use $(libsubdir)/$(unlibsubdir) to match the
 # -iprefix argument which gcc will pass if GCC_EXEC_PREFIX is used.



Home | Main Index | Thread Index | Old Index