summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-08-29 07:23:19 +0000
committerAndreas Jaeger <aj@suse.de>2001-08-29 07:23:19 +0000
commit0ca2a5698bc30f6454b15a67a4b91f30d61fa5a7 (patch)
treec82c8976c319a54df0f025bd2a32738e29509a9c /Makerules
parentff507be8d31efb03394ea3c869f4bd04910a8b17 (diff)
Fix typo.
2001-08-28 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * Makerules: Fix a typo: MD% -> MD5.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 8035391db6..99f33f3d0d 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) | \