about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-27 19:02:44 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-27 19:02:44 -0700
commit134a0b59c87a0f42653ca4bce8900a3cb1144ca9 (patch)
tree3775c8562612e244b72261b0420a519965ddfb26
parentaa83722ab57fe05ac88164cfac949bb13c4aa7a5 (diff)
downloadunicorn-134a0b59c87a0f42653ca4bce8900a3cb1144ca9.tar.gz
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.
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
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