about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
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)