summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-06-11 09:45:18 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:55 +0200
commit7fd8a79110102f4e7969027364cfeee7afb9f9ac (patch)
treebb897a7b0caaa53e7348a1fd48183c27ae08120c /Makefile
parent7ab5be6d84917fb4348b5ec0a3995ca5845e497d (diff)
downloadnetsurf-7fd8a79110102f4e7969027364cfeee7afb9f9ac.tar.gz
netsurf-7fd8a79110102f4e7969027364cfeee7afb9f9ac.tar.bz2
Minor makefile fixes for kolibrios
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6b7e3d5ef..4647806c8 100644
--- a/Makefile
+++ b/Makefile
@@ -289,9 +289,8 @@ else
endif
else
ifeq ($(TARGET),kolibrios)
-# CROSSDIR := /opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin
- CROSSDIR := /home/autobuild/tools/win32/bin
- ENVDIR := /opt/netsurf/kos32-gcc/env/
+ CROSSDIR := /opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin
+ ENVDIR := /opt/netsurf/kos32-gcc/env/
CC := $(CROSSDIR)/kos32-gcc
LD := $(CROSSDIR)/kos32-ld
PREFIX := /opt/netsurf/kos32-gcc/env