summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/Makefile.tdb
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tdb/Makefile.tdb')
-rw-r--r--source4/lib/tdb/Makefile.tdb4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/tdb/Makefile.tdb b/source4/lib/tdb/Makefile.tdb
index a863b0de8b..ee612bfb63 100644
--- a/source4/lib/tdb/Makefile.tdb
+++ b/source4/lib/tdb/Makefile.tdb
@@ -2,13 +2,13 @@
# Makefile for tdb directory
#
-CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1 -Iinclude
+CFLAGS = -DTDB_DEBUG -g -DHAVE_MMAP=1 -Iinclude
CC = gcc
PROGS = bin/tdbtest bin/tdbtool bin/tdbtorture
TDB_OBJ = common/tdb.o common/spinlock.o
-default: $(PROGS)
+all: $(PROGS)
bin/tdbtest: tools/tdbtest.o $(TDB_OBJ)
$(CC) $(CFLAGS) -o bin/tdbtest tools/tdbtest.o $(TDB_OBJ) -lgdbm