projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a29fb38
)
* libs/fastindex: Changed Makefile to use LUCI_INSTALLDIR
author
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 19:14:56 +0000
(19:14 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 19:14:56 +0000
(19:14 +0000)
libs/fastindex/Makefile
patch
|
blob
|
history
diff --git
a/libs/fastindex/Makefile
b/libs/fastindex/Makefile
index 560a3528307b4a5be668a44f5d21e3634d5944dc..d064bbd43265f4af121f5d0bfa81066eed4eacfe 100644
(file)
--- a/
libs/fastindex/Makefile
+++ b/
libs/fastindex/Makefile
@@
-5,8
+5,8
@@
include ../../build/gccconfig.mk
$(COMPILE) $(LUA_CFLAGS) $(FPIC) -c -o $@ $<
compile: src/fastindex.o
- mkdir -p dist
/usr/lib/lua/luci
- $(LINK) $(SHLIB_FLAGS) -o dist
/usr/lib/lua/luci
/fastindex.so src/fastindex.o $(LUA_SHLIBS)
+ mkdir -p dist
$(LUCI_INSTALLDIR)
+ $(LINK) $(SHLIB_FLAGS) -o dist
$(LUCI_INSTALLDIR)
/fastindex.so src/fastindex.o $(LUA_SHLIBS)
clean:
rm -f src/*.o