Fixed a bad option passed to rm in Makefile.am
This commit is contained in:
parent
d58797e98c
commit
513e2b59eb
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ dist-hook:
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -fr doc/html doc/latex
|
rm -fr doc/html doc/latex
|
||||||
rm -f doc/refman.pdf
|
rm -f doc/refman.pdf
|
||||||
rm -f test/python
|
rm -fr test/python
|
||||||
|
|
||||||
ESC_top_builddir=`cd $(top_builddir); pwd | sed 's/\//\\\\\//g'`
|
ESC_top_builddir=`cd $(top_builddir); pwd | sed 's/\//\\\\\//g'`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue