summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/Makefile.in2
-rw-r--r--c/src/tests/tools/generic/Makefile.in12
2 files changed, 2 insertions, 12 deletions
diff --git a/c/src/tests/Makefile.in b/c/src/tests/Makefile.in
index 873e893645..013693cf51 100644
--- a/c/src/tests/Makefile.in
+++ b/c/src/tests/Makefile.in
@@ -46,6 +46,8 @@ SUB_DIRS = $(wildcard tools support samples libtests sptests $(MP_TESTS) \
preinstall: $(INSTALLDIRS)
+CLOBBER_ADDITIONS += config.log config.cache
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
diff --git a/c/src/tests/tools/generic/Makefile.in b/c/src/tests/tools/generic/Makefile.in
index 2418c278d7..cb18baf662 100644
--- a/c/src/tests/tools/generic/Makefile.in
+++ b/c/src/tests/tools/generic/Makefile.in
@@ -248,26 +248,14 @@ debug-am:
debug: debug-am
.PHONY: debug debug-am
-debug_install-am:
-debug_install: debug_install-am
-.PHONY: debug_install debug_install-am
-
profile-am:
profile: profile-am
.PHONY: profile profile-am
-profile_install-am:
-profile_install: profile_install-am
-.PHONY: profile_install profile_install-am
-
preinstall-am:
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
-clobber-am:
-clobber: clobber-am
-.PHONY: clobber clobber-am
-
depend-am:
depend: depend-am
.PHONY: depend depend-am