Changeset 855dc8d
- Timestamp:
- Jan 16, 2007, 3:57:51 PM (16 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- fa86732
- Parents:
- e1b197e8
- git-author:
- Nelson Elhage <nelhage@mit.edu> (01/16/07 15:57:47)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (01/16/07 15:57:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
athstatic
rd09e5a1 r855dc8d 17 17 # Chop off the first two characters to get the library name. 18 18 lib=`expr "$arg" : '..\(.*\)$'` 19 if [ -f /usr/athena/lib/lib${lib}.a ]; then19 if [ -f /usr/athena/lib/lib${lib}.a -a "$lib" != "perl" ]; then 20 20 options="$options /usr/athena/lib/lib${lib}.a" 21 21 else
Note: See TracChangeset
for help on using the changeset viewer.