Fixed a bad option passed to rm in Makefile.am

This commit is contained in:
John Wiegley 2009-02-26 04:12:19 -04:00
parent d58797e98c
commit 513e2b59eb

View file

@ -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'`