rm the main Makefile in a distclean
This commit is contained in:
parent
585ecc73b5
commit
0e4e4526b6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ clean:
|
||||||
$(RM) *\~
|
$(RM) *\~
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) configure Makefile.incl
|
$(RM) configure Makefile.incl Makefile
|
||||||
$(RM) -r .deps/
|
$(RM) -r .deps/
|
||||||
|
|
||||||
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
||||||
|
|
Loading…
Reference in a new issue