summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mdepend.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdepend.cpp b/mdepend.cpp
index c1f5f57..ec8b5dd 100644
--- a/mdepend.cpp
+++ b/mdepend.cpp
@@ -125,9 +125,9 @@ do
shift
;;
- # Flag to tell compiler to output dependencies directly
- # For example, with Sun compilers, -xM or -xM1 or
- # with gcc, -M
+ XCOMM Flag to tell compiler to output dependencies directly
+ XCOMM For example, with Sun compilers, -xM or -xM1 or
+ XCOMM with gcc, -M
-d)
compilerlistsdepends="y"
compilerlistdependsflag="$2"