summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2008-12-18 22:46:16 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2008-12-18 22:46:16 -0700
commitd91b26ffdc375b12027a25c9b7c7847482633a74 (patch)
tree1cc1f692bcecca126f9f7a001c04996466cce639 /configure
parent251b6d1c438f5a23618be718f03ca66f9c5cd9d1 (diff)
downloadyajl-d91b26ffdc375b12027a25c9b7c7847482633a74.tar.gz
add install targets for binaries 'json_verify' and 'json_reformat', add top level 'make install' handling.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1fd157d..1792ec2 100755
--- a/configure
+++ b/configure
@@ -83,7 +83,7 @@ File.open("Makefile", "w+") do |f|
f.puts " @rm -f yajl-*.tgz"
f.puts
f.puts "install: all"
- f.puts " @echo oops, install target not yet implemented"
+ f.puts " @cd build && make install"
f.puts
f.puts "package: all"
f.puts " @echo \"compressing to `basename build/yajl-*`.tgz\""