diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-08-09 00:05:34 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-08-09 00:05:34 +0100 |
| commit | 0170a7f3914bce82a70062e4c87f97aa32e1fee0 (patch) | |
| tree | 06020c432289cf2ea6d1b88ecc92d1dddaf4c895 /Makefile | |
| parent | 2f70ccc19b9a7534b1f5919492cd880f2a69fd54 (diff) | |
| parent | 9eab578b3af8c6e9fff0c50d6fa42d46a750aeef (diff) | |
| download | rabbitmq-server-git-0170a7f3914bce82a70062e4c87f97aa32e1fee0.tar.gz | |
merge default into bug21335
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
