summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-06-18 08:01:12 +0200
committerPatrick Steinhardt <ps@pks.im>2018-06-18 08:01:12 +0200
commitd2664c07b5b41293f3786f6c292be6186f8cfb14 (patch)
tree868ae3e319f704389a7ee806a2659830fa8931a7 /src/Makefile
parent9429674509d5604229ee2567990a2e720a0459c6 (diff)
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.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
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