File: find_Makefile_includes.patch

package info (click to toggle)
coinor-cbc 2.10.8%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,760 kB
  • sloc: cpp: 108,372; sh: 8,934; ansic: 695; makefile: 573; awk: 197; python: 98
file content (12 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: let Cbc/'s Makefile.* find their includes
Author: Julien Puydt
Forwarded: Debian-specific

--- coinor-cbc.orig/Cbc/Makefile.am
+++ coinor-cbc/Cbc/Makefile.am
@@ -158,4 +158,4 @@
 # Files that are generated and should be cleaned with make distclean
 DISTCLEANFILES =
 
-include BuildTools/Makemain.inc
+include ../BuildTools/Makemain.inc