Force rebuild of noice.o if queue.h is modified

This commit is contained in:
sin 2014-10-21 11:17:59 +01:00
parent 43fa667cd6
commit a13096b773
1 changed files with 1 additions and 1 deletions

View File

@ -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