From: Ulrich Drepper Date: Mon, 20 Sep 1999 02:05:45 +0000 (+0000) Subject: (clean): Also remove $(postclean) files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79ef57d61340b5c0704cc68f666f20efafc9b89;p=thirdparty%2Fglibc.git (clean): Also remove $(postclean) files. --- 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)