Changeset 227


Ignore:
Timestamp:
May 22, 2003, 11:51:57 PM (22 years ago)
Author:
bird
Message:

sed workaround...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.26 to 1.27
    r226 r227  
    292292all-preload-unload-obj:
    293293ifeq "$(BUILD_PLATFORM)" "OS2"
    294         -for prog in `emxload -l | sed -e 's/\\/\//g' -e 's/.*³[\t ]*//' | grep '$(PATH_OBJD)'`; \
     294        -for prog in `emxload -l | sed -e 's|\\\|\/|g' -e 's@.*³[[:blank:]]*@@' | grep '$(PATH_OBJD)'`; \
    295295        do \
    296296                emxload -u $$prog; \
Note: See TracChangeset for help on using the changeset viewer.