From 058fc015e1fde813536b3f9e5525de4f134ad165 Mon Sep 17 00:00:00 2001 From: Dan Potter Date: Sun, 30 Nov 2003 00:02:59 +0000 Subject: [PATCH] Build system improvements, and finished kos-ports tree separation. Please see RELNOTES and doc/environ.sh.sample because you will need a new environ.sh file (or at least you'll need to spread any local mods to environ.sh and the new environ_base.sh). This still doesn't work for any platform but DC but I'm working on that. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df733bc..7f13cd0 100755 --- a/Makefile +++ b/Makefile @@ -10,6 +10,6 @@ OBJS = gldepth.o gldraw.o glkos.o gllight.o glmisc.o OBJS += gltex.o gltrans.o glvars.o glblend.o glfog.o glmodifier.o glnzclip.o SUBDIRS = -include ../Makefile.prefab +include $(KOS_BASE)/addons/Makefile.prefab