1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r25259: try to work arround the build failures on OpenBSD 3.7

metze
This commit is contained in:
Stefan Metzmacher 2007-09-20 14:36:11 +00:00 committed by Gerald (Jerry) Carter
parent 4fe47e4f97
commit 5679e7d824

View File

@ -123,12 +123,16 @@ PRIVATE_DEPENDENCIES = \
# End MODULE ldb_tdb
################################################
lib/ldb/common/ldb_modules.o: ./lib/ldb/common/ldb_modules.o
./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.o
./lib/ldb/common/ldb.o: lib/ldb/common/ldb.c Makefile
@echo Compiling $<
@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \