diff --git a/Makefile.in b/Makefile.in index 1b9ea8b..155680a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -223,10 +223,10 @@ dist: check-clean commit.h .git create_dirs .PHONY: clean-here clean-here: - rm -rf ${DIR_LIST} $(PRPL_LIBNAME) po/*.mo commit.h autom4te.cache + rm -rf ${DIR_LIST} $(PRPL_LIBNAME) po/*.mo autom4te.cache AppStream/po/*.mo -include test/Makefile -.PHONY: clean clean-test -clean: clean-here tgl/Makefile +.PHONY: clean +clean: clean-here clean-test tgl/Makefile +${MAKE} -C tgl clean diff --git a/test/Makefile b/test/Makefile index 3770575..eaa33c5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,4 +22,4 @@ recheck: clean-test check .PHONY: clean-test clean-test: - rm -f bin tmp + rm -rf test/bin test/tmp