mirror of git://sourceware.org/git/glibc.git
Remove the last trace of generate-md5 [BZ #28554]
generate-md5 was removed by
commit d73f5331ce
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.
This commit is contained in:
parent
2856829ee7
commit
d465e5e0da
|
@ -465,7 +465,7 @@ $(+mkdep) $< $(if $(filter %.c,$<),$(CFLAGS)) \
|
||||||
$(CPPFLAGS) $($(patsubst .%,%,$(suffix $(<F)))-CPPFLAGS) | sed -e\
|
$(CPPFLAGS) $($(patsubst .%,%,$(suffix $(<F)))-CPPFLAGS) | sed -e\
|
||||||
's,$(subst .,\.,$(@F:.d=.o)),$(foreach o,$(all-object-suffixes),$(@:.d=$o)) $@,' \
|
's,$(subst .,\.,$(@F:.d=.o)),$(foreach o,$(all-object-suffixes),$(@:.d=$o)) $@,' \
|
||||||
$(sed-remove-objpfx) $(sed-remove-dotdot) > $(@:.d=.T)
|
$(sed-remove-objpfx) $(sed-remove-dotdot) > $(@:.d=.T)
|
||||||
mv -f $(@:.d=.T) $@ $(generate-md5)
|
mv -f $(@:.d=.T) $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq (,$(objpfx))
|
ifneq (,$(objpfx))
|
||||||
|
|
Loading…
Reference in New Issue