X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Ftools.h;h=431a018a8c27b4a5b52fbd7112c5fc043bc88984;hb=156dfda864bc2a0fe2ba63f69c22864b2348876f;hp=9fd1e1f6b908e4f7a004d5b89b74198fcef84f04;hpb=4e0dfdadf206c74dc9e5f302545b2419cc4798f4;p=ccan diff --git a/tools/tools.h b/tools/tools.h index 9fd1e1f6..431a018a 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -9,7 +9,7 @@ #define SPACE_CHARS " \f\n\r\t\v" /* FIXME: Remove some -I */ -#define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I. -I../.." +#define CFLAGS "-O3 -Wall -Wundef -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Werror -Iccan/ -I.. -I../.." /* This actually compiles and runs the info file to get dependencies. */ char **get_deps(const void *ctx, const char *dir, const char *name,