From: Patrick Steinhardt Date: Mon, 18 Jun 2018 06:01:12 +0000 (+0200) Subject: Makefile: add dependency on scripts.h to input.o X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=d2664c07b5b41293f3786f6c292be6186f8cfb14;p=vimb.git 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. --- diff --git a/src/Makefile b/src/Makefile index ba4cb0a..6ca4e5e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,6 +16,8 @@ vimb.so: $(OBJ) $(OBJ): config.h ../config.mk +input.o: scripts/scripts.h + normal.o: scripts/scripts.h setting.o: scripts/scripts.h