Changeset 3670


Ignore:
Timestamp:
Sep 26, 2010, 7:32:58 PM (15 years ago)
Author:
bird
Message:

emx/Makefile.kmk: make listomf buildable on a foreign host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/emx/Makefile.kmk

    r3665 r3670  
    44# kBuild Makefile for the EMX toolchain.
    55#
    6 # Copyright (c) 2005 knut st. osmundsen <bird@anduin.net>
    7 #
    8 #
    9 
    10 
     6# Copyright (c) 2005-2010 knut st. osmundsen <bird-spamx@anduin.net>
     7#
     8#
     9
     10
     11ifeq ($(KBUILD_HOST),os2)       
    1112LIBRARIES = \
    1213        libmoddef \
     
    3233        ldstub
    3334       
    34        
    35 #       ldstub - convert to nasm?
    36        
    3735INSTALLS = \
    3836        os2stub.bin \
    3937        scripts \
    40     headers.sys
     38        headers.sys
     39else
     40PROGRAMS = \
     41        listomf
     42endif
    4143
    4244#
Note: See TracChangeset for help on using the changeset viewer.