X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fuci%2FMakefile;fp=contrib%2Fuci%2FMakefile;h=1363b786f5b578c5f15a71ec00930c9129ec0bfe;hp=bce79ebc3e4e07c629dfa1275b38d06c1ccf18d5;hb=d463d0b8357764ca9018549fa624c428f56fcd87;hpb=9d0c00590d2e232d66588567da2048fc64ef940a diff --git a/contrib/uci/Makefile b/contrib/uci/Makefile index bce79ebc3..1363b786f 100644 --- a/contrib/uci/Makefile +++ b/contrib/uci/Makefile @@ -53,7 +53,7 @@ compile: $(UCI_DIR)/.patched $(MAKE) -C $(UCI_DIR) install DESTDIR=../dist prefix=/usr $(MAKE) -C $(UCI_DIR)/lua CC=$(CC) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" OS="$(OS)" $(MAKE) -C $(UCI_DIR)/lua install DESTDIR=../../dist luadir=$(LUA_LIBRARYDIR) - + mv dist$(LUA_LIBRARYDIR)/uci.so dist$(LUA_LIBRARYDIR)/uci2.so compile-all: compile