diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 10:34:58 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 10:35:01 +0900 |
commit | 3d6ee8c3ccc0f65c7c87122dba80908ae751aa16 (patch) | |
tree | 26d3a03c2cdb78db94a3818a7a857d259e16622b /Makefile | |
parent | bffd2540485d9fa5b17c38cac8f5c4ed376c442d (diff) | |
download | dos2unix-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ endif endif ifndef D2U_OS -ifeq ($(shell uname),MS-DOS) +ifneq ($(DJGPP),) D2U_OS = msdos prefix=c:/dos32 EXE = .exe |