diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 15:21:09 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 15:21:09 -0800 |
commit | 8e9f3932d7e21ece4840965a5018bcd3c23c5a1b (patch) | |
tree | bdcde1004e64486518406f85bb7c0815cd26b711 /gcc/Makefile.in | |
parent | fb95ff91be532f3b63786339ea3cb28694aef172 (diff) |
remove more objc stuff
Diffstat (limited to 'gcc/Makefile.in')
-rwxr-xr-x | gcc/Makefile.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5e3173a..8b8deef 100755 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1197,13 +1197,13 @@ stmp-multilib-sub: # C language specific files. # CYGNUS LOCAL: built in build directory -c-parse.o : c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h c-parse.h \ +c-parse.o : $(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h c-parse.h \ c-tree.h input.h flags.h system.h toplev.h - $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c c-parse.c + $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c $(srcdir)/c-parse.c c-parse.h : c-parse.c -c-parse.c : c-parse.y - @echo expect 46 shift/reduce conflicts. - $(BISON) $(BISONFLAGS) -d c-parse.y -o c-parse.c +#c-parse.c : c-parse.y +# @echo expect 46 shift/reduce conflicts. +# $(BISON) $(BISONFLAGS) -d c-parse.y -o c-parse.c c-parse.y : $(srcdir)/c-parse.in echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \ @@ -1221,8 +1221,6 @@ c-decl.o : c-decl.c $(CONFIG_H) system.h $(TREE_H) c-tree.h c-lex.h flags.h \ output.h toplev.h c-typeck.o : c-typeck.c $(CONFIG_H) system.h $(TREE_H) c-tree.h flags.h \ output.h $(EXPR_H) $(RTL_H) toplev.h -c-lang.o : c-lang.c $(CONFIG_H) system.h $(TREE_H) c-tree.h c-lex.h toplev.h \ - output.h # CYGNUS LOCAL: built in build directory c-lex.o : c-lex.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) c-lex.h c-tree.h \ c-parse.h input.h flags.h c-gperf.h c-pragma.h \ |