From: Andreas Jaeger Date: Wed, 29 Aug 2001 07:23:19 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/glibc-2-2-5~335 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ca2a5698bc30f6454b15a67a4b91f30d61fa5a7;p=thirdparty%2Fglibc.git Fix typo. 2001-08-28 Maciej W. Rozycki * Makerules: Fix a typo: MD% -> MD5. --- diff --git a/ChangeLog b/ChangeLog index 3c96c4aa35f..f85be43d60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-28 Maciej W. Rozycki + + * Makerules: Fix a typo: MD% -> MD5. + 2001-08-28 Ulrich Drepper * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object. diff --git a/Makerules b/Makerules index 8035391db67..99f33f3d0d0 100644 --- a/Makerules +++ b/Makerules @@ -317,7 +317,7 @@ COMPILE.S = \ $(CC) -c $(CPPFLAGS) -DASSEMBLER $(asm-CPPFLAGS) $(ASFLAGS-$(suffix $@)) COMPILE.s = $(filter-out -pipe,$(CC)) -c $(ASFLAGS) -# If we want to generate MD% checksums for the sources do this now. +# If we want to generate MD5 checksums for the sources do this now. ifeq ($(md5),yes) generate-md5 = ; rm -f $(@:.d=.md5); \ $(CC) -E $< $(CFLAGS) $(CPPFLAGS) $($(<:$*.%=%)-CPPFLAGS) | \