topdir.mk: Fix target topdir.clean

This commit is contained in:
Markus Bentrup 2007-09-05 18:08:20 +00:00 committed by Jan Lindemann
commit 0c69232cb6

View file

@ -35,7 +35,7 @@ unlocal:
topdir.distclean:
topdir.clean:
rm -r *.done
rm -f *.done
topdir.install: prefix.done $(INSTALLED_TOPDIR_FILES)