summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-08-09 00:05:34 +0100
committerMatthias Radestock <matthias@lshift.net>2009-08-09 00:05:34 +0100
commit0170a7f3914bce82a70062e4c87f97aa32e1fee0 (patch)
tree06020c432289cf2ea6d1b88ecc92d1dddaf4c895 /Makefile
parent2f70ccc19b9a7534b1f5919492cd880f2a69fd54 (diff)
parent9eab578b3af8c6e9fff0c50d6fa42d46a750aeef (diff)
downloadrabbitmq-server-git-0170a7f3914bce82a70062e4c87f97aa32e1fee0.tar.gz
merge default into bug21335
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c372a28b7..5c7f629327 100644
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,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.save 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in && rm -f $(TARGET_SRC_DIR)/ebin/rabbit_app.in.save
+ sed -i.save 's/%%VSN%%/$(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)