summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hood <0x6e6562@gmail.com>2009-01-21 13:19:48 +0000
committerBen Hood <0x6e6562@gmail.com>2009-01-21 13:19:48 +0000
commit1de06e45fb1639c82ded2fb8b63f47e536c5c2f4 (patch)
tree93a4825b1871717b101132341c9707c3b7b38b77
parentadc88315b04e35123a69bcd30dafa5be70fc8787 (diff)
parente94eeb60d2fb7907eb3a44fe86b10ef5c590e308 (diff)
downloadrabbitmq-server-git-1de06e45fb1639c82ded2fb8b63f47e536c5c2f4.tar.gz
Merged default into 20097, again
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 83223667dc..e19c0d56d4 100644
--- a/Makefile
+++ b/Makefile
@@ -129,13 +129,8 @@ srcdist: distclean
>> $(TARGET_SRC_DIR)/INSTALL
cp README.in $(TARGET_SRC_DIR)/README
elinks -dump -no-references -no-numbering $(WEB_URL)build-server.html \
-<<<<<<< local
>> $(TARGET_SRC_DIR)/BUILD
sed -i 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit_app.in
-=======
- >> $(TARGET_SRC_DIR)/README
- sed -i 's/%%VERSION%%/$(VERSION)/' $(TARGET_SRC_DIR)/ebin/rabbit.app
->>>>>>> other
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/
cp codegen.py Makefile $(TARGET_SRC_DIR)