From 5fcf52f3cb7741da8a53e33262c9f125c3df406b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 23 Jun 2013 07:11:04 +0200 Subject: Fixing syntax. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3