summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-06-23 07:11:04 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-06-23 07:11:04 +0200
commit5fcf52f3cb7741da8a53e33262c9f125c3df406b (patch)
tree18def0735d7c60a9de5484f0e2301a7c8eb6d63e
parente42ddec24ea372b46f342dc9dd8dd424db7bae5d (diff)
Fixing syntax.HEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 112ff34..f5e16a8 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ LD = g++ -m32
STRIP = strip --strip-unneeded
endif
-HAVE_ORACLE=$(shell [ -d /usr/local/instantclient ] || [ -e /usr/include/oracle/11.1/client/occi.h ] || [ -e /usr/bin/sqlplus ] && echo true || echo false ])
+HAVE_ORACLE=$(shell [ -d /usr/local/instantclient ] || [ -e /usr/include/oracle/11.1/client/occi.h ] || [ -e /usr/bin/sqlplus ] && echo true || echo false)
INCLUDES = \
-I../Mesa-7.4.4/include \