Fix static mingw dependency

This commit is contained in:
Howard Chu 2004-01-15 07:25:35 +00:00
parent 419f5464df
commit d720ebdbbd

View file

@ -145,7 +145,7 @@ SLAPD_OBJECTS = $(@PLAT@_SLAPD_OBJECTS)
# Thus, we do the best we can by depending on version.o, which depends
# on its own very long list of dependencies.
#
slapd.def: libbackends.a version.o
slapd.def: libbackends.a liboverlays.a version.o
@for i in $(LDFLAGS) ; do \
path=`expr "$$i" : "-L\(.*\)"`; \
if test $$? != 0; then continue; fi; \