diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2017-02-06 22:47:41 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2017-02-06 23:37:05 +0100 |
commit | edb2d028551e54a4f328a8798353ca3cffef875e (patch) | |
tree | a187fce8ae180f6d7d847117ac3ee1c303fe5f71 /src/Makefile.am | |
parent | 88bdd7cf6fba438bbb3d89641bf03b14e8feead6 (diff) | |
download | curl-edb2d028551e54a4f328a8798353ca3cffef875e.tar.gz |
cmdline-opts: Fixed build and test in out of source tree builds
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 67fa6d70d..19bab68ac 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,7 +93,7 @@ EXTRA_DIST = mkhelp.pl makefile.dj Makefile.b32 \ macos/src/curl_GUSIConfig.cpp macos/src/macos_main.cpp makefile.amiga \ curl.rc Makefile.netware Makefile.inc Makefile.Watcom CMakeLists.txt -MANPAGE=$(top_srcdir)/docs/curl.1 +MANPAGE=$(top_builddir)/docs/curl.1 README=$(top_srcdir)/docs/MANUAL MKHELP=$(top_srcdir)/src/mkhelp.pl HUGE=tool_hugehelp.c |