summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-09-04 16:55:34 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-09-04 16:55:34 +0100
commite5bf57a323e4727ce005b0d0e6f883921a9c21c6 (patch)
tree6e5ae64d41442e781f4a5b67f81d722a213be006 /Makefile
parentb5999aed9b6fd46a086d537eeeefe4e3b3eebaa9 (diff)
downloadrabbitmq-server-git-e5bf57a323e4727ce005b0d0e6f883921a9c21c6.tar.gz
Removed dot
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ed64aa513..ee7bb30d09 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ srcdist: distclean
$(MAKE) VERSION=$(VERSION) GENERIC_STAGE_DIR=dist/$(TARBALL_NAME) generic_stage
mkdir -p dist/$(TARBALL_NAME)/codegen
- cp -r $(AMQP_CODEGEN_DIR)/* dist/$(TARBALL_NAME)/codegen/.
+ cp -r $(AMQP_CODEGEN_DIR)/* dist/$(TARBALL_NAME)/codegen/
cp codegen.py Makefile dist/$(TARBALL_NAME)
cp -r scripts dist/$(TARBALL_NAME)