File: fix_ftbfs_parallel_build

package info (click to toggle)
daq 2.0.7-5.2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,500 kB
  • sloc: ansic: 14,036; sh: 4,206; yacc: 596; lex: 458; makefile: 159
file content (24 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: sfbpf/Makefile.am: Don't list generated files as sources
 Do not list the files that are generated as sources of the code as this breaks
 Makefile dependencies and has consequences when re-building the package
 leading to a FTBFS:
 ./scanner.l:70:10: fatal error: tokdefs.h: No such file or directory
Author: Adrian Bunk <bunk@debian.org>
Reviewed-by: Javier Fernández-Sanguino Peña <jfs@debian.org>
Origin: vendor
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958101
Forwarded: no
Last-Update: 2020-05-10


--- a/sfbpf/Makefile.am
+++ b/sfbpf/Makefile.am
@@ -37,8 +37,6 @@
 sfbpf-int.c \
 runlex.sh
 
-nodist_libsfbpf_la_SOURCES = sf_grammar.c sf_scanner.c tokdefs.h
-
 libsfbpf_la_CFLAGS = -Dyylval=sfbpf_lval
 libsfbpf_la_LDFLAGS = -version-info 0:1:0 @XCCFLAGS@