Changeset 323


Ignore:
Timestamp:
Jun 11, 2003, 11:06:13 PM (22 years ago)
Author:
bird
Message:

don't let listomf stop us.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/456/common.gmk

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r322 r323  
    107107       
    108108$(PATH_TARGET)/$(TARGET).vac.lst: $(PATH_TARGET)/$(TARGET).vac.obj $(LISTOMF_DEP)
    109         $(LISTOMF) $< > $@
     109        -$(LISTOMF) -x $< > $@
    110110
    111111$(PATH_TARGET)/$(TARGET).gcc.lst: $(PATH_TARGET)/$(TARGET).gcc.obj $(LISTOMF_DEP)
    112         $(LISTOMF) $< > $@
     112        -$(LISTOMF) -x $< > $@
    113113
    114114       
Note: See TracChangeset for help on using the changeset viewer.