]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (c-opts.o): Use custom action.
authorNeil Booth <neil@daikokuya.co.uk>
Mon, 14 Apr 2003 22:25:10 +0000 (22:25 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 14 Apr 2003 22:25:10 +0000 (22:25 +0000)
From-SVN: r65601

gcc/ChangeLog
gcc/Makefile.in

index 8b5988b5b7f2b3e90534f011b04b9c5ce88e1e6e..5b74c1a66bbf8affbd8987bb9d81ee75c941d5b9 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
+
+       * Makefile.in (c-opts.o): Use custom action.
+
 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
 
        * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
index 672e0445afb88815209278d9a011f667bc9d53d5..243828e66b553b63f74c0bc9b94916ebb0a9728a 100644 (file)
@@ -1314,6 +1314,8 @@ c-pretty-print.o : c-pretty-print.c c-pretty-print.h pretty-print.h \
 c-opts.o : c-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
         c-pragma.h flags.h toplev.h langhooks.h tree-inline.h diagnostic.h \
        intl.h debug.h $(C_COMMON_H)
+       $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
+               $< $(OUTPUT_OPTION) @TARGET_SYSTEM_ROOT_DEFINE@
 
 c-cppbuiltin.o : c-cppbuiltin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
        $(TREE_H) $(C_COMMON_H) c-pragma.h flags.h toplev.h langhooks.h \