From 7fd8a79110102f4e7969027364cfeee7afb9f9ac Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Sun, 11 Jun 2017 09:45:18 +0200 Subject: Minor makefile fixes for kolibrios --- Makefile | 5 ++--- 1 file 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 -- cgit v1.2.3