Makefile: add dependency on scripts.h to input.o
authorPatrick Steinhardt <ps@pks.im>
Mon, 18 Jun 2018 06:01:12 +0000 (08:01 +0200)
committerPatrick Steinhardt <ps@pks.im>
Mon, 18 Jun 2018 06:01:12 +0000 (08:01 +0200)
commitd2664c07b5b41293f3786f6c292be6186f8cfb14
tree868ae3e319f704389a7ee806a2659830fa8931a7
parent9429674509d5604229ee2567990a2e720a0459c6
Makefile: add dependency on scripts.h to input.o

While "input.c" includes "scripts/scripts.h", which is generated
dynamically by the build system, the Makefile does not state a
dependency of "input.c" on "scripts/scripts.h". Add the dependency to
fix broken builds.
src/Makefile