From: Ulrich Drepper Date: Thu, 9 Apr 1998 17:38:18 +0000 (+0000) Subject: (parent-mostlyclean): Use object-suffixes-for-libc instead of X-Git-Tag: cvs/sparc-980522-merge~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f8efe9a744aa4e6d1362c7607562d605c977414;p=thirdparty%2Fglibc.git (parent-mostlyclean): Use object-suffixes-for-libc instead of object-suffixes. --- diff --git a/Makefile b/Makefile index 6a4e534e4a5..98ef6bec3fd 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ $(all-subdirs-targets): # Subroutines of all cleaning targets. parent-mostlyclean: common-mostlyclean # common-mostlyclean is in Makerules. - -rm -f $(foreach o,$(object-suffixes),\ + -rm -f $(foreach o,$(object-suffixes-for-libc),\ $(common-objpfx)$(patsubst %,$(libtype$o),c)) \ $(addprefix $(objpfx),$(install-lib)) parent-clean: parent-mostlyclean common-clean