Index: trunk/Makefile =================================================================== --- trunk/Makefile (revision 34366) +++ trunk/Makefile (revision 34367) @@ -22,6 +22,7 @@ distclean: FORCE $(MAKE) clean ; true # cd doc && $(MAKE) distclean + cd tests && $(MAKE) distclean cd src && $(MAKE) distclean cd src_3rd/genlist && $(MAKE) clean ; true cd src_3rd/genregex && $(MAKE) clean ; true Index: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile (revision 34366) +++ trunk/tests/Makefile (revision 34367) @@ -13,3 +13,5 @@ cd remote && $(MAKE) clean cd librnd && $(MAKE) clean +distclean: + cd librnd && $(MAKE) distclean Index: trunk/tests/librnd/Makefile =================================================================== --- trunk/tests/librnd/Makefile (revision 34366) +++ trunk/tests/librnd/Makefile (revision 34367) @@ -39,6 +39,9 @@ TDIR=`pwd` && cd ../../src && $(MAKE) && $(MAKE) install HOW="install -f" DESTDIR=$$TDIR/include PREFIX= clean: - -rm librnd_test librnd_test.o librnd_includes librnd_includes.o inc_all.h + -rm librnd_test librnd_test.o librnd_includes librnd_includes.o -TDIR=`pwd` && cd ../../src && $(MAKE) uninstall HOW="uninstall -f" DESTDIR=$$TDIR/include PREFIX= -rm -rf include/usr obj + +distclean: + -rm inc_all.h