X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=Makefile;h=01063a87e8954769e02816f8def0f426f86531a3;hp=1e0fce371d132da92cec2d35ef4d34bf2327c1a8;hb=d3c503179f3fdd04c12a450e1580044180dc2432;hpb=23a794e9c2e3bf39550e46c0bafe544cf6c617e8 diff --git a/Makefile b/Makefile index 1e0fce3..01063a8 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ cli.o: cli.c uci.h uci: cli.o libuci.a $(CC) $(CFLAGS) -o $@ $^ -libuci.o: libuci.c parse.c uci.h list.c err.h +libuci.o: libuci.c file.c uci.h list.c err.h libuci.a: libuci.o rm -f $@ $(AR) rc $@ $^