Changeset 2583 for box/trunk/infrastructure
- Timestamp:
- 11/11/2009 19:21:48 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/makebuildenv.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/makebuildenv.pl.in
r2514 r2583 614 614 __E 615 615 } 616 617 # if there is a Makefile.pre, include it now 618 if(-e "$mod/Makefile.pre") 619 { 620 print MAKE ".include <Makefile.pre>\n\n"; 621 } 616 622 617 623 # read directory … … 734 740 $has_deps = 0 if $target_is_library; 735 741 736 # Depen ency stuff742 # Dependency stuff 737 743 my $deps_makeinfo; 738 744 if($has_deps)
Note: See TracChangeset
for help on using the changeset viewer.
