From: sin Date: Tue, 21 Oct 2014 10:17:59 +0000 (+0100) Subject: Force rebuild of noice.o if queue.h is modified X-Git-Tag: v1.0~92^2~217 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a13096b773fac95b5fa3757edbf925566e68326b;p=nnn.git Force rebuild of noice.o if queue.h is modified --- 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