[build] Add some explicit dependencies.

This should fix the individual make targets.
This commit is contained in:
Suresh Sundriyal 2020-09-23 13:55:21 -07:00
parent 0e1eb418c8
commit cc6f0a06dd
1 changed files with 13 additions and 0 deletions

View File

@ -172,6 +172,17 @@ if HAVE_RE2C
$(REC2_V)test $@ -ef $(srcdir)/$*.cc || cp $@ $(srcdir)/$*.cc
endif
lnav_config.$(OBJEXT): default-config.h
log_format_loader.$(OBJEXT): \
builtin-scripts.h \
builtin-sh-scripts.h \
default-formats.h
styling.$(OBJEXT): ansi-palette-json.h xterm-palette-json.h
view_helpers.$(OBJEXT): help-txt.h
LNAV_BUILT_FILES = \
ansi-palette-json.h \
ansi-palette-json.c \
@ -440,6 +451,8 @@ libdiag_a_SOURCES = \
xterm_mouse.cc \
spookyhash/SpookyV2.cpp
lnav.$(OBJEXT): help-txt.h init-sql.h
lnav_SOURCES = lnav.cc
lnav_test_SOURCES = lnav.cc test_override.c