mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 23:48:22 +02:00
Closes: https://github.com/gentoo/gentoo/pull/34871 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
11 lines
314 B
Diff
11 lines
314 B
Diff
--- a/src/kmk/remake.c
|
|
+++ b/src/kmk/remake.c
|
|
@@ -417,7 +417,7 @@
|
|
if (!keep_going_flag && file->parent == 0)
|
|
{
|
|
const char *msg_joke = 0;
|
|
- extern struct dep *goals;
|
|
+ extern struct goaldep *goals;
|
|
|
|
/* classics */
|
|
if (!strcmp (file->name, "fire")
|