]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
its -include not -Iinclude !
authorAndrew Tridgell <tridge@samba.org>
Thu, 9 Jan 2003 21:40:05 +0000 (22:40 +0100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 9 Jan 2003 21:40:05 +0000 (22:40 +0100)
ccache.c

index b4429e53d2a22724f822b27957e69e8fb465062b..d9c0fa9863d087721a2e252d07a4ad4faa140fcb 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -650,7 +650,7 @@ static void process_args(int argc, char **argv)
 
                /* options that take an argument */
                {
-                       const char *opts[] = {"-I", "-Iinclude", "-imacros", "-iprefix",
+                       const char *opts[] = {"-I", "-include", "-imacros", "-iprefix",
                                              "-iwithprefix", "-iwithprefixbefore",
                                              "-L", "-D", "-U", "-x", "-MF", 
                                              "-MT", "-MQ", "-isystem", "-aux-info",