From dd8c8b0c3575cd9bbfb375acd28993a8c4ab5ae9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 May 2000 05:08:47 +0000 Subject: use gcc not insure by default in tdb build (This used to be commit e20ef3c082f2448587f7d9002d57a897ecde092d) --- source3/tdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit