about summary refs log tree commit diff
path: root/Makerules
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-11-06 06:16:30 -0700
committerH.J. Lu <hjl.tools@gmail.com>2021-11-06 06:21:44 -0700
commitd465e5e0daf6cf62435d1fb232c893893bbc3762 (patch)
treea1966ff7e046fdc0b42c72537eee4c6d4d8ad678 /Makerules
parent2856829ee77e2b4df4626861e5d24894c23f422c (diff)
downloadglibc-d465e5e0daf6cf62435d1fb232c893893bbc3762.tar.gz
glibc-d465e5e0daf6cf62435d1fb232c893893bbc3762.tar.xz
glibc-d465e5e0daf6cf62435d1fb232c893893bbc3762.zip
Remove the last trace of generate-md5 [BZ #28554]
generate-md5 was removed by

commit d73f5331ce5370ca5a879229e3842f5de98689cd
Author: Roland McGrath <roland@gnu.org>
Date:   Fri May 2 02:20:45 2003 +0000

    2003-05-01  Roland McGrath  <roland@redhat.com>

Remove its last trace.  This fixes BZ #28554.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 596fa68376..3503605a8e 100644
--- a/Makerules
+++ b/Makerules
@@ -465,7 +465,7 @@ $(+mkdep) $< $(if $(filter %.c,$<),$(CFLAGS)) \
 	     $(CPPFLAGS) $($(patsubst .%,%,$(suffix $(<F)))-CPPFLAGS) | sed -e\
 's,$(subst .,\.,$(@F:.d=.o)),$(foreach o,$(all-object-suffixes),$(@:.d=$o)) $@,' \
 $(sed-remove-objpfx) $(sed-remove-dotdot) > $(@:.d=.T)
-mv -f $(@:.d=.T) $@ $(generate-md5)
+mv -f $(@:.d=.T) $@
 endef
 
 ifneq (,$(objpfx))