summaryrefslogtreecommitdiff
path: root/support/make
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-03-11 09:53:20 +0000
committerpaltherr <paltherr@epfl.ch>2003-03-11 09:53:20 +0000
commitace3aba1de91cdac9513e4b106055ccc965aef7b (patch)
treea9630f79ac1d8b89677c0d4ab731c01ffd11c2a0 /support/make
parent9447d90bd740d23c2b0c7333a7afbf63e8364273 (diff)
downloadscala-ace3aba1de91cdac9513e4b106055ccc965aef7b.tar.gz
scala-ace3aba1de91cdac9513e4b106055ccc965aef7b.tar.bz2
scala-ace3aba1de91cdac9513e4b106055ccc965aef7b.zip
- Removed a '"' in a comment
Diffstat (limited to 'support/make')
-rw-r--r--support/make/grep.mk2
-rw-r--r--support/make/wc.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/support/make/grep.mk b/support/make/grep.mk
index b1a3bd621a..c15c0edbbd 100644
--- a/support/make/grep.mk
+++ b/support/make/grep.mk
@@ -6,7 +6,7 @@
##############################################################################
# Usage
#
-# make grep [FLAGS=<flags>] REGEX=<regex> [FILES=<files>]"
+# make grep [FLAGS=<flags>] REGEX=<regex> [FILES=<files>]
#
##############################################################################
# Examples
diff --git a/support/make/wc.mk b/support/make/wc.mk
index 476502f2b1..7e331d2202 100644
--- a/support/make/wc.mk
+++ b/support/make/wc.mk
@@ -6,7 +6,7 @@
##############################################################################
# Usage
#
-# make wc [FLAGS=<flags>] [FILES=<files>]"
+# make wc [FLAGS=<flags>] [FILES=<files>]
#
##############################################################################
# Examples