summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-19 17:32:38 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-19 17:32:38 +0100
commit4fa3c363279116450c6be418964136b700140766 (patch)
treef7bec86b460f04df17da2e35856b989a4bec14f8 /Makefile
parent06f6569c7f55fc1a2023cefb563cad771b5bb1da (diff)
downloadrabbitmq-server-4fa3c363279116450c6be418964136b700140766.tar.gz
remove leftover
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e1e93d9..67eef759 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ all: $(TARGETS)
ifneq "$(PLUGINS_SRC_DIR)" ""
plugins:
[ -d "$(PLUGINS_SRC_DIR)" ] || { echo "No plugins source distribution found (try linking public-umbrella to $(PLUGINS_SRC_DIR)"; false; }
- -ln -s $(CURDIR) "$(PLUGINS_SRC_DIR)/rabbitmq-server"
+ -ln -s "$(CURDIR)" "$(PLUGINS_SRC_DIR)/rabbitmq-server"
mkdir -p $(PLUGINS_DIST_DIR)
PLUGINS_SRC_DIR="" $(MAKE) -C "$(PLUGINS_SRC_DIR)" plugins-dist PLUGINS_DIST_DIR="$(CURDIR)/$(PLUGINS_DIST_DIR)" VERSION=$(VERSION)
else