File: shuffle-dependencies.patch

package info (click to toggle)
genometools 1.6.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,576 kB
  • sloc: ansic: 271,876; ruby: 29,930; python: 5,106; sh: 3,083; makefile: 1,213; perl: 219; pascal: 159; haskell: 37; sed: 5
file content (17 lines) | stat: -rw-r--r-- 545 bytes parent folder | download
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