diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-19 17:32:38 +0100 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-19 17:32:38 +0100 |
commit | 4fa3c363279116450c6be418964136b700140766 (patch) | |
tree | f7bec86b460f04df17da2e35856b989a4bec14f8 /Makefile | |
parent | 06f6569c7f55fc1a2023cefb563cad771b5bb1da (diff) | |
download | rabbitmq-server-4fa3c363279116450c6be418964136b700140766.tar.gz |
remove leftover
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |