summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f7023074..5bdd8cfe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -745,7 +745,7 @@ dist-hook:
install-data-local:
mkdir -p $(DESTDIR)$(pkgdatadir)
cp -rp $(srcdir)/runtime $(DESTDIR)$(pkgdatadir)
- find $(DESTDIR)$(pkgdatadir)/testsuite -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf
+ find $(DESTDIR)$(pkgdatadir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf
gcov:
@$(MAKE) clean CXXFLAGS="-g -fprofile-arcs -ftest-coverage" all check