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:
parent
4fe47e4f97
commit
5679e7d824
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user