summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/tdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/Makefile b/source3/tdb/Makefile
index e7988c8106..ffcff634b2 100644
--- a/source3/tdb/Makefile
+++ b/source3/tdb/Makefile
@@ -3,7 +3,7 @@
#
CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DMMAP
-CC = insure
+CC = gcc
PROGS = tdbtest tdbtool tdbtorture
default: $(PROGS)