]> git.sur5r.net Git - openldap/commitdiff
Fix make clean/veryclean
authorKurt Zeilenga <kurt@openldap.org>
Tue, 2 Mar 1999 20:00:55 +0000 (20:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 2 Mar 1999 20:00:55 +0000 (20:00 +0000)
tests/Makefile.in

index 474ede5a79a41a04597c7be557a58ff5beeea776..cd5c0b9001dde77c4a9ccf8075b0f966641256b9 100644 (file)
@@ -25,12 +25,8 @@ test-ldbm:   FORCE
 
 clean-local:   FORCE
        $(RM) test-db/[!C]* test-repl/[!C]* *core
-       $(RM) $(PROGRAMS)
-       $(RM) *.o
 
 veryclean-local: FORCE
        @-$(RM) data
        $(RM) -r test-db test-repl
-       $(RM) $(PROGRAMS)
-       $(RM) *.o