Changeset 73 for trunk/bin/make-make.pl
- Timestamp:
- 01/20/07 01:14:52 (2 years ago)
- Files:
-
- trunk/bin/make-make.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/make-make.pl
r71 r73 96 96 \$(${TYPE}_LEVEL_$level): 97 97 lib=../../src/$type/$stars/$pathlet/\$\@; \\ 98 link=`perl -e '\$\$_=shift;s!/! !g;s!\\.pod\$\$!!;print' \$\@`; \\98 link=`perl -e '\$\$_=shift;s!/!-!g;s!\\.pod\$\$!!;print' \$\@`; \\ 99 99 ln -fs \$\$lib \$\$link; 100 100 ...
