From: Felix Fietkau Date: Sat, 19 Jan 2008 22:05:22 +0000 (+0100) Subject: more deps X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=5f28711b07ec0952720300d8561cfb47774a09db more deps --- diff --git a/Makefile b/Makefile index dc304fc..bf194d1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: parsetest parsetest: libuci.o test.o $(CC) $(CFLAGS) -o $@ $^ -libuci.o: libuci.c parse.c libuci.h +libuci.o: libuci.c parse.c libuci.h list.c err.h test.o: test.c libuci.h clean: