# | Line 327 | Line 327 | sub Build_start { | |
---|---|---|
327 | # -- write target to make makefile for each directory | |
328 | print $fh "# -- Build target directories\n"; | |
329 | print $fh "make_$dirname:\n"; | |
330 | < | print $fh "\t\@if [ ! -e \"$makefile\" ]; then \\\n"; |
330 | > | print $fh "\t\@if [ ! -f \"$makefile\" ]; then \\\n"; |
331 | print $fh "\t if [ ! -d \"$here\" ]; then \\\n"; | |
332 | print $fh "\t mkdir $here; \\\n"; | |
333 | print $fh "\t fi;\\\n"; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |