Fix typo.
authorAndreas Jaeger <aj@suse.de>
Wed, 29 Aug 2001 07:23:19 +0000 (07:23 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 29 Aug 2001 07:23:19 +0000 (07:23 +0000)
2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

* Makerules: Fix a typo: MD% -> MD5.

ChangeLog
Makerules

index 3c96c4a..f85be43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * Makerules: Fix a typo: MD% -> MD5.
+
 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
 
        * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
index 8035391..99f33f3 100644 (file)
--- 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) | \