File: makefile_enable_parallel.patch

package info (click to toggle)
flexml 1.9.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: perl: 1,304; makefile: 264; xml: 188; ansic: 117
file content (17 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Lucas Nussbaum <lucas@debian.org>
Last-Update: 2025-05-05
Bug-Debian: https://bugs.debian.org/1104757
            https://bugs.debian.org/1105348
Subject: Fix FTBFS with GNUMAKEFLAGS=--shuffle=reverse

--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ endif
 flexml-act.l:		flexml-act.dtd skel
 	$(PERL) ./flexml.pl $(FLEXDEBUG) -Lv -ractions -s skel $<
 
-flexml-act.c:		flexml-act.l
+flexml-act.h flexml-act.c:		flexml-act.l
 	$(FLEX) -B -s -v -oflexml-act.c flexml-act.l
 
 flexml-act.o:		flexml-act.c flexml-act.h