diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-12 04:08:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-12 04:08:12 +0200 |
commit | 597099c664c9c00f485b088b5f29161b343fea0f (patch) | |
tree | c091abc9b34854f119b47d6c9010a636b692b1bb /Makefile | |
parent | m (diff) | |
download | mds-597099c664c9c00f485b088b5f29161b343fea0f.tar.gz mds-597099c664c9c00f485b088b5f29161b343fea0f.tar.bz2 mds-597099c664c9c00f485b088b5f29161b343fea0f.tar.xz |
m fix
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |