]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
httpdunit: clean up after ourselves properly
authorJacob Champion <jchampion@apache.org>
Thu, 25 May 2017 21:18:40 +0000 (21:18 +0000)
committerJacob Champion <jchampion@apache.org>
Thu, 25 May 2017 21:18:40 +0000 (21:18 +0000)
Remove the testcase stubs and object files on `make clean`.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpdunit@1796207 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 42f2791983ccd982935309508515e778d652796d..28cf6b79f6ac15876767cbf559b074f3553f8e63 100644 (file)
@@ -20,7 +20,8 @@ INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \
 
 CLEAN_TARGETS      = check/apxs check/build/config_vars.mk \
        check/conf/$(PROGRAM_NAME).conf check/conf/magic check/conf/mime.types \
-       check/conf/extra/* check/include/*
+       check/conf/extra/* check/include/* $(testcase_OBJECTS) $(testcase_STUBS) \
+       test/httpdunit.cases test/unit/*.o
 DISTCLEAN_TARGETS  = include/ap_config_auto.h include/ap_config_layout.h \
        include/apache_probes.h \
        modules.c config.cache config.log config.status build/config_vars.mk \