projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376edd7
)
tools: Added "-I." to fix ccan_depends --compile
author
Joey Adams
<joeyadams3.14159@gmail.com>
Tue, 8 Mar 2011 00:20:20 +0000
(10:50 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 8 Mar 2011 00:20:20 +0000
(10:50 +1030)
(Patched forward by Rusty)
tools/depends.c
patch
|
blob
|
history
diff --git
a/tools/depends.c
b/tools/depends.c
index ca1b6fc88b0f893814cb279f26b8ec4be3e77e9b..870f1e49dd7618073a6b97762c799f819698a891 100644
(file)
--- a/
tools/depends.c
+++ b/
tools/depends.c
@@
-63,7
+63,7
@@
static char *compile_info(const void *ctx, const char *dir)
compiled = maybe_temp_file(ctx, "", false, "info");
if (compile_and_link(ctx, info_c_file, ccandir, "",
- CCAN_COMPILER, CCAN_CFLAGS, "",
+ CCAN_COMPILER, CCAN_CFLAGS
" -I."
, "",
compiled, &output))
return compiled;
return NULL;