Remove backup etc. files also in subdirs when using make distclean.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-03-21 20:29:17 +00:00
rodzic fa8fd9e9f4
commit 935595911f
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -211,6 +211,9 @@ clean:
distclean: clean
rm -f $(DISTCLEAN_FILES)
for subdir in $(SUBDIRS) ; do \
( cd $$subdir ; rm -f $(DISTCLEAN_FILES) ); \
done
rm -f $(MANPAGES)
rm -f Makefile
rm -f *.lot *.lof *.ind *.gz