diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-04-20 10:12:40 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-04-20 10:12:40 +0100 |
| commit | b3281d4f188dd2b4ef2809dd98adcbc820d3b23e (patch) | |
| tree | ef71b21936238a77b689063c679a9be80b2b0eae /Makefile | |
| parent | 30316785078f18f69b213b2132861c53bd52d451 (diff) | |
| parent | 6e3f3ff2fc645f92c81e92cd6c0db701f8ab6efd (diff) | |
| download | rabbitmq-server-git-b3281d4f188dd2b4ef2809dd98adcbc820d3b23e.tar.gz | |
merge v1_5 into default
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
