From 134a0b59c87a0f42653ca4bce8900a3cb1144ca9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 27 Sep 2009 19:02:44 -0700 Subject: "make install" avoids installing multiple .so objects Sometimes we test with unicorn_http.so in lib, but that gets mistakenly picked up by setup.rb and can wreak havoc for on upgrades if ABIs change. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 4b36a16..8becc89 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -113,6 +113,7 @@ $(T): $(test_prefix)/.stamp install: $(bins) $(ext)/unicorn_http.c $(prep_setup_rb) + $(RM) lib/unicorn_http.$(DLEXT) $(RM) -r .install-tmp mkdir .install-tmp cp -p bin/* .install-tmp -- cgit v1.2.3-24-ge0c7