From d64af2b712edb4809d1b3c4c1c10f36f68f53723 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 15 Aug 2005 09:41:05 +0000 Subject: more makefile changes (trying to make it bulletproof) --- linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/Makefile b/linux/Makefile index 0be949d9..e7a23fda 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -25,7 +25,7 @@ FEATURE_LARGEFILE=1 # Enable database support (off by default, must be turned # on when support for MySQL is desired). -FEATURE_DB=1 +FEATURE_DB=0 ############################################################# # END OF USER SETTINGS # @@ -52,4 +52,4 @@ LIBS = -lmysqlclient -L/usr/local/lib/mysql endif VPATH = ../ -include ../Makefile +include ../master.make -- cgit