about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-09 17:38:18 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-09 17:38:18 +0000
commit5f8efe9a744aa4e6d1362c7607562d605c977414 (patch)
treed32879772e3bc55d65ea879ee05d17ab5a0b4ddd /Makefile
parent357acd3555c97016f8f46907abf27b8e4a4ba41c (diff)
downloadglibc-5f8efe9a744aa4e6d1362c7607562d605c977414.tar.gz
glibc-5f8efe9a744aa4e6d1362c7607562d605c977414.tar.xz
glibc-5f8efe9a744aa4e6d1362c7607562d605c977414.zip
(parent-mostlyclean): Use object-suffixes-for-libc instead of
object-suffixes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a4e534e4a..98ef6bec3f 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