]> git.sur5r.net Git - openldap/blobdiff - tests/Makefile.in
Update build environment to fix VPATH support.
[openldap] / tests / Makefile.in
index 8bfc599a3cb7a090d96f08953cf6516312859df2..a120e1434dc17c64e5d6260fafc7b5abdd303e68 100644 (file)
@@ -3,17 +3,16 @@
 ##
 ## tests Makefile.in for OpenLDAP
 
-
-SCRIPTSDIR=./scripts
-
 all-local:     FORCE
+       @-$(LN_S) $(srcdir)/data .
        @echo "Initiating LDAP tests..."; \
-       $(MKDIR) -p test-db test-repl ; \
-       $(SCRIPTSDIR)/all $(SCRIPTSDIR)
+       $(MKDIR) test-db test-repl ; \
+       $(srcdir)/scripts/all $(srcdir)
 
 clean-local:   FORCE
        $(RM) test-db/[!C]* test-repl/[!C]* *core
 
 veryclean-local: FORCE
+       $(RM) data
        $(RM) -r test-db test-repl