From a79ef57d61340b5c0704cc68f666f20efafc9b89 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 20 Sep 1999 02:05:45 +0000 Subject: [PATCH] (clean): Also remove $(postclean) files. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2000f274d79..c75cc866464 100644 --- a/Makefile +++ b/Makefile @@ -205,6 +205,7 @@ clean: parent-clean # subdirectories are dealt with and so they won't try to remove object # files from it when it's going to be removed anyway. @$(MAKE) subdir_clean no_deps=t + -rm -f $(postclean) mostlyclean: parent-mostlyclean @$(MAKE) subdir_mostlyclean no_deps=t -rm -f $(postclean) -- 2.47.2