PennMUSH Community
Show
Ignore:
Timestamp:
05/16/07 21:26:45 (2 years ago)
Author:
penndev
Message:

PennMUSH 1.8.3p2 release candidate.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/utils/fixdepend.pl

    r258 r846  
    1 #!/usr/local/bin/perl -pi~ 
    2 $_ = "" if m#/usr/include#; 
    3 $_ = "" if m#/usr/lib#; 
     1#!/usr/bin/env perl -pi~ 
     2# Get rid of all global headers. We only really care about the ones 
     3# in hdrs/ 
     4$_ = "" if m#:\s+/#; 
    45