summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-20 10:34:58 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-20 10:35:01 +0900
commit3d6ee8c3ccc0f65c7c87122dba80908ae751aa16 (patch)
tree26d3a03c2cdb78db94a3818a7a857d259e16622b /Makefile
parentbffd2540485d9fa5b17c38cac8f5c4ed376c442d (diff)
downloaddos2unix-3d6ee8c3ccc0f65c7c87122dba80908ae751aa16.tar.gz
dos2unix-3d6ee8c3ccc0f65c7c87122dba80908ae751aa16.tar.bz2
dos2unix-3d6ee8c3ccc0f65c7c87122dba80908ae751aa16.zip
Imported Upstream version 6.0.3
Change-Id: I3666c933d91427487472b47a76e63581c69bd3e7 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74a3e11..25400de 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@ endif
endif
ifndef D2U_OS
-ifeq ($(shell uname),MS-DOS)
+ifneq ($(DJGPP),)
D2U_OS = msdos
prefix=c:/dos32
EXE = .exe