# | Line 312 | Line 312 | sub Build_start { | |
---|---|---|
312 | # -- create a new directory rule for each type | |
313 | push @targets, $pattern; | |
314 | my $dirname=$$hashref{'class'}."_".$type."_".$name; | |
315 | < | my $here="$ENV{LOCALTOP}/$ENV{INTwork}/".$self->{path}."/".$dirname; |
315 | > | my $here="$ENV{LOCALTOP}/$ENV{INTwork}/\$(THISDIR)/".$dirname; |
316 | my $makefile=$here."/BuildFile.mk"; | |
317 | ||
318 | # -- create link targets to the directory |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |