summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-12 05:08:47 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-12 05:08:47 +0000
commitdd8c8b0c3575cd9bbfb375acd28993a8c4ab5ae9 (patch)
tree91ffc51e72a9b57b546325c3d44f6cea5f045fdd
parent190d4f96cc68e98f90e902801e9e6496a2968398 (diff)
downloadsamba-dd8c8b0c3575cd9bbfb375acd28993a8c4ab5ae9.tar.gz
samba-dd8c8b0c3575cd9bbfb375acd28993a8c4ab5ae9.tar.bz2
samba-dd8c8b0c3575cd9bbfb375acd28993a8c4ab5ae9.zip
use gcc not insure by default in tdb build
(This used to be commit e20ef3c082f2448587f7d9002d57a897ecde092d)
-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)