Changeset 846 for 1.8.3/trunk/utils/fixdepend.pl
- Timestamp:
- 05/16/07 21:26:45 (2 years ago)
- Files:
-
- 1.8.3/trunk/utils/fixdepend.pl (modified) (1 diff)
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+/#; 4 5
