1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: add missing dependencies for gt_config.h
Author: Sascha Steinbiss <satta@debian.org>
Forwarded: https://github.com/genometools/genometools/pull/1046
Last-Update: 2025-11-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -854,6 +854,8 @@
$(V_DO)$(CXX) -c $< -o $(@:.o=.d) $(EXP_CPPFLAGS) $(GT_CPPFLAGS) -MM -MP \
-MT $@
+obj/src/core/option.o: obj/gt_config.h
+obj/src/core/version.o: obj/gt_config.h
obj/src/core/versionfunc.o: obj/gt_config.h
# read dependencies
|