summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2014-02-15 10:37:10 +0100
committerLloyd Hilaiel <lloyd@hilaiel.com>2014-02-15 10:37:10 +0100
commit7a021ff622e8eaf549674eed5d5a805abd59ee1b (patch)
treebe9f41fbdb27724f59b00fbccb621b56f3a50688
parent7ff509342ddfc17cccabeb558f151d00a5400f80 (diff)
downloadyajl-7a021ff622e8eaf549674eed5d5a805abd59ee1b.tar.gz
don't run tests during make install. fixes #101
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d562332..716e7d1 100755
--- a/configure
+++ b/configure
@@ -70,7 +70,7 @@ distclean:
@rm -rf Makefile build
@rm -f yajl-*.tgz
-install: all
+install: distro doc
@cd build && make install
package: all