From 513e2b59eb71de874cf685f887d74fc3b7792d8f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 26 Feb 2009 04:12:19 -0400 Subject: Fixed a bad option passed to rm in Makefile.am --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0d63b7e8..403a0511 100644 --- a/Makefile.am +++ b/Makefile.am @@ -418,7 +418,7 @@ dist-hook: distclean-local: rm -fr doc/html doc/latex rm -f doc/refman.pdf - rm -f test/python + rm -fr test/python ESC_top_builddir=`cd $(top_builddir); pwd | sed 's/\//\\\\\//g'` -- cgit v1.2.3