summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2006-08-27 20:02:27 +0300
committerLauri Leukkunen <lleukkun@leka.rahina.org>2006-08-27 20:02:27 +0300
commit1eadc4554a2c50ce89fdf888c5244da4e466b0ee (patch)
treeeb2a8bfd266ca2ba096e676dc91a0ee735e9f36f /Makefile
parent0bee06b3bd4d86c6ca928f51d661231f22fd98d7 (diff)
* llbuild update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ad7ce88..8827b33 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,11 @@ PACKAGE = "SB2"
CFLAGS = -Wall -W -I$(TOPDIR)/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
TOPDIR = $(CURDIR)
+LLBUILD = $(TOPDIR)/llbuild
-MAKEFILES = Makefile $(TOPDIR)/llbuild/Makefile.include
+MAKEFILES = Makefile $(LLBUILD)/Makefile.include
-export CC CFLAGS MAKEFILES TOPDIR
+export CC CFLAGS MAKEFILES TOPDIR LLBUILD
obj-default = lua preload utils
targets = utils/sb2init
@@ -41,6 +42,6 @@ clean:
$(ll_clean)
-include .config
-include $(TOPDIR)/llbuild/Makefile.include
+include $(LLBUILD)/Makefile.include