blob: 68c8209ae1478d14e1ac183c00a8d318b0cf10ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-gtk_Makefile.in,v 1.1 2019/12/04 11:17:32 leot Exp $
Avoid gmake-isms.
XXX: Probably that's wrong and needs to be discussed with upstream!
--- gtk/Makefile.in.orig 2019-05-23 21:12:07.000000000 +0000
+++ gtk/Makefile.in
@@ -887,7 +887,7 @@ uninstall-am: uninstall-dist_girDATA uni
# GObject Introspection
-include $(INTROSPECTION_MAKEFILE)
+include $(INTROSPECTION_MAKEFILE) # am--include-marker
# This may generate some warnings, but it is needed for "make dist"
ZBar-1.0.gir: $(lib_LTLIBRARIES)
|