Changeset 1136 for trunk/src/binutils/ltmain.sh
- Timestamp:
- Feb 1, 2004, 7:01:34 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/ltmain.sh
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r1135 r1136 647 647 exit $status 648 648 fi 649 fi 649 fi 650 650 651 651 if test -z "$output_obj"; then … … 4397 4397 libdir='$install_libdir'" 4398 4398 if test "$installed" = no && test $need_relink = yes; then 4399 # os/2 relinking hack. 4400 case $host in 4401 *os2*) 4402 # do nothing, no relinking. 4403 ;; 4404 *) 4399 4405 $echo >> $output "\ 4400 4406 relink_command=\"$relink_command\"" 4407 ;; 4408 esac 4401 4409 fi 4402 4410 done -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.