From e59fe8ba119104dfefa2135326ca9bd945db962f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 14 Aug 2009 21:03:43 -0700 Subject: GNUmakefile: Fix "install" target --- GNUmakefile | 6 +++--- 1 file 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) -- cgit v1.2.3-24-ge0c7