Fix prev commit

This commit is contained in:
Howard Chu 2003-04-24 05:20:53 +00:00
parent 65ea6c23c2
commit fded00210e

View File

@ -30,7 +30,7 @@ test-hdb: FORCE
@-$(LN_S) $(srcdir)/data . @-$(LN_S) $(srcdir)/data .
@-$(LN_S) $(top_srcdir)/servers/slapd/schema . @-$(LN_S) $(top_srcdir)/servers/slapd/schema .
@-$(LN_S) ../libraries/liblunicode ucdata @-$(LN_S) ../libraries/liblunicode ucdata
@if test "$(BUILD_BDB)" = "yes" ; then \ @if test "$(BUILD_HDB)" = "yes" ; then \
echo "Initiating LDAP tests for HDB..." ; \ echo "Initiating LDAP tests for HDB..." ; \
$(MKDIR) test-db test-repl || true; \ $(MKDIR) test-db test-repl || true; \
$(srcdir)/scripts/all $(srcdir) hdb $(BUILD_MONITOR) ; \ $(srcdir)/scripts/all $(srcdir) hdb $(BUILD_MONITOR) ; \