about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-14 21:03:43 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-15 02:38:47 -0700
commite59fe8ba119104dfefa2135326ca9bd945db962f (patch)
treed5a74b2686829cdbb2f6826fd4189c510bdb7b11 /GNUmakefile
parent0aad9def275bff7a73532b77d44101df7338f053 (diff)
downloadunicorn-e59fe8ba119104dfefa2135326ca9bd945db962f.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 10158cf..d0c3a0b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -103,14 +103,14 @@ $(T): export RUBYLIB := $(test_prefix):$(test_prefix)/lib:$(RUBYLIB)
 $(T): $(test_prefix)/.stamp
         $(run_test)
 
-install: $(bins)
+install: $(bins) $(ext)/unicorn_http.c
         $(prep_setup_rb)
         $(RM) -r .install-tmp
         mkdir .install-tmp
-        cp -p $^ .install-tmp
+        cp -p bin/* .install-tmp
         $(ruby) setup.rb all
         $(RM) $^
-        mv $(addprefix .install-tmp/,$(^F)) bin/
+        mv .install-tmp/* bin/
         $(RM) -r .install-tmp
         $(prep_setup_rb)