summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2008-12-08 19:41:43 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2008-12-08 19:41:43 +0000
commitbd040e16342c4d2b1983261188b28204d9123e33 (patch)
treef28a69abd063517a0d8b5bbdf1455f487ca2860a /Makefile
parent2d1a01c18e35ec72b8a0763dfefe526d97ec7233 (diff)
downloadrabbitmq-server-git-bd040e16342c4d2b1983261188b28204d9123e33.tar.gz
Remove suspect whitespace.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 66637ee233..69bfb3ecc0 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ srcdist: distclean
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
-
+
cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/
cp codegen.py Makefile $(TARGET_SRC_DIR)
@@ -127,7 +127,7 @@ install: all
@[ -n "$(TARGET_DIR)" ] || (echo "Please set TARGET_DIR."; false)
@[ -n "$(SBIN_DIR)" ] || (echo "Please set SBIN_DIR."; false)
@[ -n "$(MAN_DIR)" ] || (echo "Please set MAN_DIR."; false)
-
+
mkdir -p $(TARGET_DIR)
cp -r ebin include LICENSE LICENSE-MPL-RabbitMQ INSTALL $(TARGET_DIR)