summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2010-02-03 20:00:10 +0000
committer Couriersud <couriersud@users.noreply.github.com>2010-02-03 20:00:10 +0000
commitc55eb7889caba4965ab57a8342b6f5ad40cf8fac (patch)
treeef7d1ea4ede244d372d640484a0195272548a736 /makefile
parenta02a9bffabc17f743bbf9030bb10bfade5e92065 (diff)
Fix os2 auto-detect [Credit: KO Myung-Hun]
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index dc0e972ba99..78f9315817a 100644
--- a/makefile
+++ b/makefile
@@ -69,7 +69,7 @@ else
ifneq ($(CROSSBUILD),1)
ifneq ($(OS2_SHELL),)
-TARGETOS = win32
+TARGETOS = os2
else
UNAME = $(shell uname -a)