]> pilppa.org Git - uci.git/commitdiff
more deps
authorFelix Fietkau <nbd@openwrt.org>
Sat, 19 Jan 2008 22:05:22 +0000 (23:05 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 19 Jan 2008 22:05:22 +0000 (23:05 +0100)
Makefile

index dc304fc9cd4aa1e085a2721c21eea57aa8c266d8..bf194d141faa42773220901e0641c4d06cfc3d84 100644 (file)
--- 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: