File: fix-parallel-build.patch

package info (click to toggle)
libpll 0.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 31,284 kB
  • sloc: ansic: 25,968; yacc: 691; makefile: 392; python: 295; lex: 204; sh: 50
file content (18 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix parallel build
Bug-Debian: https://bugs.debian.org/976906
Origin: https://www.gnu.org/software/automake/manual/html_node/Yacc-and-Lex.html
Author: Frédéric Bonnard <frediz@debian.org>
Last-Update: Fri, 11 Dec 2020 09:59:03 +0100
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,6 +8,8 @@
 AM_YFLAGS = -d -p `${SED} -n 's/.*_\(.*\)/pll_\1_/p' <<<"$*"`
 AM_LFLAGS = -P `${SED} -n 's/.*_\(.*\)/pll_\1_/p' <<<"$*"` -o lex.yy.c
 
+BUILT_SOURCES = parse_rtree.h parse_utree.h
+
 libpll_la_SOURCES=\
 fasta.c \
 gamma.c \