Ignore:
Timestamp:
11/11/2009 19:21:48 (3 years ago)
Author:
chris
Message:

Add support for Makefile.pre in build infrastructure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/makebuildenv.pl.in

    r2514 r2583  
    614614__E 
    615615        } 
     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        } 
    616622         
    617623        # read directory 
     
    734740        $has_deps = 0 if $target_is_library; 
    735741 
    736         # Depenency stuff 
     742        # Dependency stuff 
    737743        my $deps_makeinfo; 
    738744        if($has_deps) 
Note: See TracChangeset for help on using the changeset viewer.