PATCH: BPs for fixinc

Greg McGary greg@mcgary.org
Tue Aug 22 09:37:00 GMT 2000


BTW, this chunk shouldn't be in the patch.  I have removed it.

> @@ -1078,7 +1078,8 @@ c-errors.o: c-errors.c $(CONFIG_H) syste
>  c-parse.o : $(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h $(GGC_H) \
>      $(srcdir)/c-parse.h c-tree.h c-common.h input.h flags.h system.h \
>      toplev.h output.h
> -	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/c-parse.c
> +	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
> +		-DYYFILE=\"$(srcdir)/c-parse.y\" -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


More information about the Gcc-patches mailing list