diff options
author | Steven Barth <steven@midlink.org> | 2008-06-03 16:41:32 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-03 16:41:32 +0000 |
commit | 47b1f403562162ce62fc23200dcac0eac9bd1579 (patch) | |
tree | 3bacf08a86fde7dcb1185ea1930877be93f7fd8b /libs/fastindex | |
parent | a7eb2bcbac3bbfd162d41f5e4e711295df1fb1c3 (diff) |
* Fixed COPTS handling in OpenWRT Makefile
* libs/fastindex: fixed Makefile
Diffstat (limited to 'libs/fastindex')
-rw-r--r-- | libs/fastindex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/fastindex/Makefile b/libs/fastindex/Makefile index d064bbd43..566b38d0b 100644 --- a/libs/fastindex/Makefile +++ b/libs/fastindex/Makefile @@ -1,3 +1,4 @@ +include ../../build/module.mk include ../../build/config.mk include ../../build/gccconfig.mk |