]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(parent-mostlyclean): Use object-suffixes-for-libc instead of
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Apr 1998 17:38:18 +0000 (17:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Apr 1998 17:38:18 +0000 (17:38 +0000)
object-suffixes.

Makefile

index 6a4e534e4a56be354997a9e84442dae55be6a7ba..98ef6bec3fde15857563e5da9e5be78524a3aa7d 100644 (file)
--- 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