From: Andre Noll Date: Sun, 30 Dec 2012 14:08:37 +0000 (+0000) Subject: depend.sh: Fix two typos in comment. X-Git-Tag: v0.4.13~58 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=416fb0954ed743144d79dfbbbd66f4d19e8c76c0 depend.sh: Fix two typos in comment. --- diff --git a/depend.sh b/depend.sh index a0af40c8..746b0d2b 100755 --- a/depend.sh +++ b/depend.sh @@ -9,8 +9,8 @@ # to prefix the .d and .o targets respectively. $3 is the directory # that contains the *.cmdline.h files generated by gengetopt. -# As gcc outputs the dependencies on the *.cmdline.h files either as either -# foo.cmdline.h or as $cmdline_dir/foo,cmdline.h, depending on whether the +# As gcc outputs the dependencies on the *.cmdline.h files either as +# foo.cmdline.h or as $cmdline_dir/foo.cmdline.h, depending on whether the # latter file exists, we prefix the former with $2/ dep_dir="$1"