]> Sergey Matveev's repositories - nnn.git/commitdiff
Force rebuild of noice.o if queue.h is modified
authorsin <sin@2f30.org>
Tue, 21 Oct 2014 10:17:59 +0000 (11:17 +0100)
committersin <sin@2f30.org>
Tue, 21 Oct 2014 10:18:35 +0000 (11:18 +0100)
Makefile

index 29ca2b676092b935cd18f1b0b1dd46d2d1532cd1..3972d846f84ff74237e51c1ef44c5d80a7042b16 100644 (file)
--- 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