Changeset 512 for trunk/src/emx/Makefile


Ignore:
Timestamp:
Aug 2, 2003, 11:11:55 AM (22 years ago)
Author:
zap
Message:

See changelog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.28 to 1.29
    r511 r512  
    138138EMXEXP = $.$(TOOLFMT)/emxexp$E
    139139EMXEXPFLAGS = -u
    140 DO.EMXEXP = $(EMXEXP) $(strip $(EMXEXPFLAGS) $1) $^ | sed -e "/^$$/d" -e "/^ *;/d" | sort -d >>$@
     140DO.EMXEXP = $(EMXEXP) $(strip $(EMXEXPFLAGS) $1) | sed -e "/^$$/d" -e "/^ *;/d" | sort -d >>$2
    141141
    142142# The tool to create import libraries
Note: See TracChangeset for help on using the changeset viewer.