]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove the last trace of generate-md5 [BZ #28554]
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 6 Nov 2021 13:16:30 +0000 (06:16 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 6 Nov 2021 13:21:44 +0000 (06:21 -0700)
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.

Makerules

index 596fa68376f45298dcf808cafe769f93d23ce78c..3503605a8e31cc5aadd32002eef0e15b122c3f10 100644 (file)
--- 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))