File: 0003-blhc.diff

package info (click to toggle)
xjobs 20241010-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 636 kB
  • sloc: sh: 3,554; ansic: 2,472; lex: 236; makefile: 60
file content (14 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Forwarded: no
diff --git a/Makefile.in b/Makefile.in
index 329600a..a124e28 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,7 +20,7 @@
 CC		= @CC@
 LEX		= @LEX@
 DEFS		= @DEFS@
-CFLAGS		= @CFLAGS@ $(DEFS)
+CFLAGS		= @CFLAGS@ @CPPFLAGS@ $(DEFS)
 LDFLAGS		= @LDFLAGS@
 LIBS		= @LIBS@
 EXE		= @EXEEXT@