diff options
author | Lauri Leukkunen <lle@rahina.org> | 2006-08-27 20:02:27 +0300 |
---|---|---|
committer | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-27 20:02:27 +0300 |
commit | 1eadc4554a2c50ce89fdf888c5244da4e466b0ee (patch) | |
tree | eb2a8bfd266ca2ba096e676dc91a0ee735e9f36f /Makefile | |
parent | 0bee06b3bd4d86c6ca928f51d661231f22fd98d7 (diff) |
* llbuild update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |