diff options
author | Steven Barth <steven@midlink.org> | 2008-05-28 19:37:43 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-28 19:37:43 +0000 |
commit | 4e53d007bf30dddad1a2e1b44aa55d3ca8671ae4 (patch) | |
tree | 69e5a17bb861283f1333f3304b1e8dca16ef3955 /libs | |
parent | 38844ccb3107cd84488ae1cd67fec8e7de833eb4 (diff) |
* Reworked Makefiles
* Introduced following targets:
build: gccbuild luabuild
gccbuild: compile
luabuild: luasource||luacompile
* Removed requirement for lua-headers respecting lua-only builds
* Split compile part of OpenWRT Makefile
Diffstat (limited to 'libs')
-rw-r--r-- | libs/sgi-webuci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile index 9efe0fe14..5be84dcb3 100644 --- a/libs/sgi-webuci/Makefile +++ b/libs/sgi-webuci/Makefile @@ -1,4 +1,5 @@ include ../../build/config.mk +include ../../build/gccconfig.mk include ../../build/module.mk BOA_VERSION = 0.94.13 |