svn commit: samba r25421 - in branches/SAMBA_4_0/source/lib/ldb: .

metze at samba.org metze at samba.org
Sat Sep 29 06:04:41 GMT 2007


Author: metze
Date: 2007-09-29 06:04:40 +0000 (Sat, 29 Sep 2007)
New Revision: 25421

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25421

Log:
SHLIBEXT comes in via samba's config.h already

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-09-28 23:42:28 UTC (rev 25420)
+++ branches/SAMBA_4_0/source/lib/ldb/config.mk	2007-09-29 06:04:40 UTC (rev 25421)
@@ -123,12 +123,6 @@
 # End MODULE ldb_tdb
 ################################################
 
-./lib/ldb/common/ldb_modules.o: lib/ldb/common/ldb_modules.c Makefile
-	@echo Compiling $<
-	@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \
-	-DSHLIBEXT=\"$(SHLIBEXT)\" \
-	-c $(FIRST_PREREQ) -o $@
-
 ./lib/ldb/common/ldb.o: lib/ldb/common/ldb.c Makefile
 	@echo Compiling $<
 	@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \



More information about the samba-cvs mailing list