summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-04-20 10:12:40 +0100
committerMatthias Radestock <matthias@lshift.net>2009-04-20 10:12:40 +0100
commitb3281d4f188dd2b4ef2809dd98adcbc820d3b23e (patch)
treeef71b21936238a77b689063c679a9be80b2b0eae /Makefile
parent30316785078f18f69b213b2132861c53bd52d451 (diff)
parent6e3f3ff2fc645f92c81e92cd6c0db701f8ab6efd (diff)
downloadrabbitmq-server-git-b3281d4f188dd2b4ef2809dd98adcbc820d3b23e.tar.gz
merge v1_5 into default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47aa586c8c..c352416aa1 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ srcdist: distclean
cp README.in $(TARGET_SRC_DIR)/README
elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
>> $(TARGET_SRC_DIR)/BUILD
- sed -i 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in
+ sed -i.save 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in && rm -f $(TARGET_SRC_DIR)/ebin/rabbit_app.in.save
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/
cp codegen.py Makefile generate_app $(TARGET_SRC_DIR)