diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-23 22:54:29 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-23 22:54:29 -0700 |
| commit | 87fe00b3345741cd080275ce9238e718cef2be4c (patch) | |
| tree | 0b5a82090ba31ba646d1d17bd6fdcb7125b4e270 /core | |
| parent | 0879694a4df0a930c209ba6e098ae4dd0983969c (diff) | |
Don't build tool_hugehelp.c.o in $dir
Diffstat (limited to 'core')
| -rw-r--r-- | core/curl/gen.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/curl/gen.rc b/core/curl/gen.rc index 7576e722..7d15dfbe 100644 --- a/core/curl/gen.rc +++ b/core/curl/gen.rc @@ -44,9 +44,10 @@ lib libcurl.a -d $"deps lib/^(\ )\ ) +build '$outdir'/tool_hugehelp.c.o cc '$dir'/tool_hugehelp.c + # src/src/Makefile.inc:/^CURL_CFILES exe curl -d '$outdir'/include/curl/curlbuild.h\ - '$dir'/tool_hugehelp.c\ src/^(\ slist_wc.c\ tool_binmode.c\ @@ -88,6 +89,7 @@ exe curl -d '$outdir'/include/curl/curlbuild.h\ tool_writeout.c\ tool_xattr.c\ )\ + tool_hugehelp.c.o\ libcurl.a\ '$builddir'/^(\ core/libressl/libssl.a\ |
