diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-03-31 03:01:13 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-03-31 03:01:13 +0000 |
commit | 1e482fe6a8dbc36a4e9ad19eb8fec98f240b5ed5 (patch) | |
tree | 6710477cf64587738a23963bb15d361bcf21b766 /Makefile.am | |
parent | 80e7f9b9de23d9de78697a6b946ec435c307a195 (diff) | |
download | curl-1e482fe6a8dbc36a4e9ad19eb8fec98f240b5ed5.tar.gz |
Changed the makefile so the doc/examples/ programs are never built in a
normal build/install (only with the 'make check' target), so that a
build failure in the examples isn't fatal.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cd2103a11..560f8259a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,7 +72,7 @@ test-torture: endif examples: - @(cd docs/examples; $(MAKE) all) + @(cd docs/examples; $(MAKE) check) # # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros |