summaryrefslogtreecommitdiff
path: root/djgpp.mak
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 16:01:27 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 16:01:28 +0900
commita43ffe7b214336b5ff551c8965d6fd16c63b13ed (patch)
treeb50d6960573c049b1bae74b6fdc2c53c2fdedf2f /djgpp.mak
parent2fb41ec277dc25c2a3988fc0b3fc8dde07d36062 (diff)
downloaddos2unix-a43ffe7b214336b5ff551c8965d6fd16c63b13ed.tar.gz
dos2unix-a43ffe7b214336b5ff551c8965d6fd16c63b13ed.tar.bz2
dos2unix-a43ffe7b214336b5ff551c8965d6fd16c63b13ed.zip
Imported Upstream version 7.3.5upstream/7.3.5
Change-Id: If401ea1da0876f720539b64ea208bc4e47e084fa Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'djgpp.mak')
-rw-r--r--djgpp.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/djgpp.mak b/djgpp.mak
index 44564a9..8f2ae59 100644
--- a/djgpp.mak
+++ b/djgpp.mak
@@ -13,6 +13,9 @@ LINK = ln -sf
# with DJGPP 2.05 do not work.
#LINK = cp -f
+# The install and dist targets can be run in MSYS. The OS variable must be
+# forced to msdos, otherwise extra targets will get build in MSYS.
+
# On DOS we need to set SHELL to sh.exe or bash.exe, otherwise targets may fail
# (targets install and dist fail certainly). SHELL can't be overridden in this
# make level. It sticks to command.com (at least with DJGPP 2.03 make 3.79.1).