aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62a2c98..1052984 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ LDS = -pthread -Lbin -lmdsserver -lrt
DEBUG_FLAGS =
ifeq ($(DEBUG),y)
DEBUG_FLAGS += -D'DEBUG'
-DEBUG_FLAGS += -D'LIBEXECDIR="$(shell pwd)/bin/"'
+DEBUG_FLAGS += -D'LIBEXECDIR="$(shell pwd)/bin"'
endif
# Options for the C compiler.