summaryrefslogtreecommitdiff
path: root/tools/Makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.osx')
-rw-r--r--tools/Makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.osx b/tools/Makefile.osx
index c01c3a1..ab3ce10 100644
--- a/tools/Makefile.osx
+++ b/tools/Makefile.osx
@@ -10,7 +10,7 @@ CPP='g++'
PCRELIB = `pcre-config --libs`
PCREINCL = `pcre-config --cflags`
-EXTRALIB= -L../src
+EXTRALIB= -L../src
EXTRAINC=-I../src
.SUFFIXES: .c .o