- Timestamp:
- 05/12/05 18:21:46 (4 years ago)
- svk:copy_cache_prev:
- 4536
- Files:
-
- 1 modified
-
script/pugscc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
script/pugscc
r2621 r3102 7 7 use File::Copy; 8 8 use File::Basename; 9 use File::Glob 'bsd_glob'; 9 10 10 11 if (!@ARGV || grep /^--help$/, @ARGV) { … … 90 91 91 92 push @ghc_flags, "$core/pcre/pcre.o"; 92 push @ghc_flags, "$core/syck/syck.o";93 push @ghc_flags, bsd_glob("$core/syck/*.o"); 93 94 push @ghc_flags, "$core/UnicodeC.o"; 94 95
