Changeset 1141 for trunk/Makefile


Ignore:
Timestamp:
Feb 2, 2004, 12:36:54 AM (22 years ago)
Author:
bird
Message:

Fixed ld problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.64 to 1.65
    r1140 r1141  
    10581058binutils-install-it:
    10591059        $(MAKE) $(MAKEOPT) prefix=$(ALL_PREFIX) install
     1060        mv -f $(ALL_PREFIX)/bin/ld.exe  $(ALL_PREFIX)/bin/ld-bad.exe
     1061        mv -f $(ALL_PREFIX)/i386-pc-os2-emx/bin/ld.exe  $(ALL_PREFIX)/i386-pc-os2-emx/bin/ld-bad.exe
    10601062
    10611063
     
    11051107        rm -Rf $(PATH_BUILTTOOLS_TMP)
    11061108        $(MAKE) $(MAKEOPT) -C $(PATH_OBJ)/binutils prefix=$(PATH_BUILTTOOLS_TMPD) install
    1107         rm $(PATH_BUILTTOOLS_TMP)/bin/ld.exe
     1109        mv -f $(PATH_BUILTTOOLS_TMP)/bin/ld.exe  $(PATH_BUILTTOOLS_TMP)/bin/ld-bad.exe
     1110        mv -f $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld.exe  $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld-bad.exe
    11081111        cp -Rf $(PATH_BUILTTOOLS_TMP)/* $(PATH_BUILTTOOLS)/
    11091112        rm -Rf $(PATH_BUILTTOOLS_TMP)
Note: See TracChangeset for help on using the changeset viewer.