In make distclean also clean subdirectories.

merge-requests/1/head
Henning Geinitz 2004-04-12 15:17:37 +00:00
rodzic ce90f3b8b5
commit d3f16e5cd2
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
2004-04-12 Henning Meier-Geinitz <henning@meier-geinitz.de>
* README.windows: Mentioned C++ misdetection trouble.
* tools/Makefile.in: In make distclean also clean subdirectories.
2004-04-11 Karl Heinz Kremer <khk@khk.net>

Wyświetl plik

@ -120,6 +120,9 @@ clean:
distclean: clean
rm -f Makefile $(DESTINATIONS) mustek600iin-off sane-desc
rm -f $(DISTCLEAN_FILES)
for subdir in $(SUBDIRS) ; do \
( cd $$subdir ; rm -f $(DISTCLEAN_FILES) ); \
done
dist: $(DISTFILES)
for subdir in $(SUBDIRS) ; do \