diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-26 04:12:19 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-26 04:12:19 -0400 |
commit | 513e2b59eb71de874cf685f887d74fc3b7792d8f (patch) | |
tree | ae668cc23b0568652a05dc91fbc8bd45fdf36184 /Makefile.am | |
parent | d58797e98c82ced16fbc0a213fd104fb72a9de08 (diff) | |
download | fork-ledger-513e2b59eb71de874cf685f887d74fc3b7792d8f.tar.gz fork-ledger-513e2b59eb71de874cf685f887d74fc3b7792d8f.tar.bz2 fork-ledger-513e2b59eb71de874cf685f887d74fc3b7792d8f.zip |
Fixed a bad option passed to rm in Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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'` |