diff options
author | Steven Barth <steven@midlink.org> | 2008-11-20 21:14:58 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-11-20 21:14:58 +0000 |
commit | 8d2c8c131d9e7165b23eda1bb4926e508a523801 (patch) | |
tree | 53cad979f4abf483484f89663d2d12a34862fbed /libs/core/Makefile | |
parent | a3cf596d37e4116a7068daaa724270a0898cb7da (diff) |
Remove luci.cutil: does not affect performance
Diffstat (limited to 'libs/core/Makefile')
-rw-r--r-- | libs/core/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/core/Makefile b/libs/core/Makefile index 8a30256a0f..f7fac7740e 100644 --- a/libs/core/Makefile +++ b/libs/core/Makefile @@ -1,12 +1,2 @@ include ../../build/config.mk include ../../build/module.mk - -%.o: %.c - $(COMPILE) $(LUA_CFLAGS) $(FPIC) -c -o $@ $< - -compile: src/luci_cutil.o - mkdir -p dist$(LUCI_LIBRARYDIR) - $(LINK) $(SHLIB_FLAGS) -o dist$(LUCI_LIBRARYDIR)/cutil.so src/luci_cutil.o - -clean: luaclean - rm -f src/*.o |