From a13096b773fac95b5fa3757edbf925566e68326b Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 21 Oct 2014 11:17:59 +0100 Subject: [PATCH] Force rebuild of noice.o if queue.h is modified --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29ca2b67..3972d846 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ config.h: @echo copying config.def.h to $@ @cp config.def.h $@ -noice.o: noice.c util.h +noice.o: noice.c queue.h util.h $(CC) -c noice.c strlcpy.o: strlcpy.c util.h