rm the main Makefile in a distclean

This commit is contained in:
Dana Jansens 2003-04-11 08:01:31 +00:00
parent 585ecc73b5
commit 0e4e4526b6

View file

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