diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-12 05:08:47 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-12 05:08:47 +0000 |
commit | dd8c8b0c3575cd9bbfb375acd28993a8c4ab5ae9 (patch) | |
tree | 91ffc51e72a9b57b546325c3d44f6cea5f045fdd /source3/tdb | |
parent | 190d4f96cc68e98f90e902801e9e6496a2968398 (diff) | |
download | samba-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)
Diffstat (limited to 'source3/tdb')
-rw-r--r-- | source3/tdb/Makefile | 2 |
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) |