Ignore:
Timestamp:
Dec 4, 2006, 1:30:15 AM (19 years ago)
Author:
bird
Message:

x86.win32 -> x86.win32. forgot to add kmk_rmdir it seems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r641 r653  
    267267  endif
    268268  ifeq ($(wildcard $(PATH_KBUILD_BIN)/kmk_ash$(HOSTSUFF_EXE)),)
    269    ifeq ($(filter-out win64 win nt ,$(BUILD_PLATFORM)),)
    270     PATH_KBUILD_BIN := $(PATH_KBUILD)/bin/x86.win32
     269   ifeq ($(filter-out win64 win32 win nt ,$(BUILD_PLATFORM)),)
     270    PATH_KBUILD_BIN := $(PATH_KBUILD)/bin/x86.win
    271271   endif
    272272  endif
Note: See TracChangeset for help on using the changeset viewer.