* Makefile.in (distclean): distclean libwc

This commit is contained in:
Fumitoshi UKAI
2004-03-21 16:40:41 +00:00
parent 645a72800a
commit b813409bc6
2 changed files with 3 additions and 5 deletions

View File

@@ -281,7 +281,7 @@ clean: sweep
done
distclean: clean
for subdir in po scripts w3mimg; \
for subdir in po scripts w3mimg libwc; \
do \
(cd $$subdir && $(MAKE) distclean); \
done