changeset 348:9bf282a79ac4

Remove PATH setting from DJGPP Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Jan 2020 22:41:13 +0200
parents 3b922a79aa2d
children a6153837c138
files Makefile.djgpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.djgpp	Thu Jan 16 20:57:32 2020 +0200
+++ b/Makefile.djgpp	Thu Jan 16 22:41:13 2020 +0200
@@ -3,8 +3,6 @@
 #
 
 # Compiler, flags and linker flags
-export PATH := /opt/bin:$(PATH)
-
 BINTOOL_PREFIX=i586-pc-msdosdjgpp-
 
 CFLAGS += -DTH_BYTEORDER=TH_LITTLE_ENDIAN