diff options
| author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-06-23 07:11:04 +0200 |
|---|---|---|
| committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-06-23 07:11:04 +0200 |
| commit | 5fcf52f3cb7741da8a53e33262c9f125c3df406b (patch) | |
| tree | 18def0735d7c60a9de5484f0e2301a7c8eb6d63e | |
| parent | e42ddec24ea372b46f342dc9dd8dd424db7bae5d (diff) | |
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
