From 94d6e960295e7ae499ecbbc918c737deecdd117f Mon Sep 17 00:00:00 2001 From: Andreas Ericsson Date: Tue, 6 Jul 2010 17:25:25 +0200 Subject: [PATCH] Makefile: Update build dependencies for test-lparse Otherwise it won't rebuild properly when the lparse api changes. Signed-off-by: Andreas Ericsson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 26d55dd..77a0429 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ help: # dependencies $(TESTPROG).o: $(TESTPROG).c $(DEPS) -test-lparse.o: test-lparse.c logutils.h +test-lparse.o: test-lparse.c logutils.h lparse.h Makefile showlog.o: lparse.h logutils.h showlog.c Makefile logutils.o: logutils.h Makefile lparse.o: lparse.c lparse.h Makefile -- 2.11.4.GIT