X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Ffastindex%2FMakefile;h=ee1a40ea80fb46b73892aff14a8a4f26fb783094;hb=50380b9fb6eb971a6d5fc7cca4e06c0102b1d3d1;hp=566b38d0baff56ef259f09e157e83f4b09973f86;hpb=47b1f403562162ce62fc23200dcac0eac9bd1579;p=project%2Fluci.git diff --git a/libs/fastindex/Makefile b/libs/fastindex/Makefile index 566b38d0b..ee1a40ea8 100644 --- a/libs/fastindex/Makefile +++ b/libs/fastindex/Makefile @@ -6,8 +6,8 @@ include ../../build/gccconfig.mk $(COMPILE) $(LUA_CFLAGS) $(FPIC) -c -o $@ $< compile: src/fastindex.o - mkdir -p dist$(LUCI_INSTALLDIR) - $(LINK) $(SHLIB_FLAGS) -o dist$(LUCI_INSTALLDIR)/fastindex.so src/fastindex.o $(LUA_SHLIBS) + mkdir -p dist$(LUCI_LIBRARYDIR) + $(LINK) $(SHLIB_FLAGS) -o dist$(LUCI_LIBRARYDIR)/fastindex.so src/fastindex.o $(LUA_SHLIBS) clean: rm -f src/*.o