From b1dc73e8daffa33bb96728b9842ef37450728466 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 7 Dec 2007 19:48:33 +0000 Subject: [PATCH] Fixed typo in comment. --- configure/tools/mkmf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/tools/mkmf.pl b/configure/tools/mkmf.pl index d540ea46a..13f0b0c7a 100755 --- a/configure/tools/mkmf.pl +++ b/configure/tools/mkmf.pl @@ -32,7 +32,7 @@ my %output; my @includes; use vars qw( $opt_d $opt_m ); -getopts( 'dm:' ) || die "\aSyntax: $0 [-d] [-f dependsFile] includeDirs objFile srcFile\n"; +getopts( 'dm:' ) || die "\aSyntax: $0 [-d] [-m dependsFile] includeDirs objFile srcFile\n"; my $debug = $opt_d; my $depFile = $opt_m;