Changeset 6909 for trunk/include


Ignore:
Timestamp:
Oct 1, 2001, 3:24:38 AM (24 years ago)
Author:
bird
Message:

Changed macro for compiler setup file postfix to MKFILE.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.post.mk

    r6896 r6909  
    1 # $Id: odin32.post.mk,v 1.4 2001-09-30 09:46:16 bird Exp $
     1# $Id: odin32.post.mk,v 1.5 2001-10-01 01:24:38 bird Exp $
    22
    33#
     
    3636# Include compiler spesific post rule file.
    3737#
    38 !include $(ODIN32_INCLUDE)/odin32.post.$(CCENV).mk
     38!include $(ODIN32_INCLUDE)/odin32.post.$(MKFILE).mk
    3939
    4040
  • trunk/include/odin32.tools.mk

    r6875 r6909  
    1 # $Id: odin32.tools.mk,v 1.8 2001-09-30 00:41:38 bird Exp $
     1# $Id: odin32.tools.mk,v 1.9 2001-10-01 01:24:38 bird Exp $
    22
    33#
     
    7777# Include compiler dependent tools
    7878#
    79 !include $(ODIN32_INCLUDE)/odin32.tools.$(CCENV).mk
     79!include $(ODIN32_INCLUDE)/odin32.tools.$(MKFILE).mk
    8080
Note: See TracChangeset for help on using the changeset viewer.