diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-27 22:50:22 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-27 23:01:04 -0700 |
| commit | 19b1afa805ca8ec3ef056caaac0803be51bb3189 (patch) | |
| tree | 36b377edca05b0e4b4053939d5ab43fa5426000e | |
| parent | cd5f4a833d2ca7449799b8a25a43226c74be5026 (diff) | |
curl: Add order-only dependency on tool_hugehelp.h
| -rw-r--r-- | core/curl/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/curl/gen.rc b/core/curl/gen.rc index 055e853a..f5f8129c 100644 --- a/core/curl/gen.rc +++ b/core/curl/gen.rc @@ -48,7 +48,7 @@ lib libcurl.a -d $"deps lib/^(\ )\ ) -build '$outdir'/tool_hugehelp.c.o cc '$dir'/tool_hugehelp.c +build '$outdir'/tool_hugehelp.c.o cc '$dir'/tool_hugehelp.c '||' '$srcdir'/src/tool_hugehelp.h # src/src/Makefile.inc:/^CURL_CFILES exe curl -d '$outdir'/include/curl/curlbuild.h\ |
