blob: d3102561851469df623b90b4f6a46259601109bc (
plain)
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
|