blob: ce411b919131b48478bf016a04f589031f133d23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- scripts/Makefile.in.orig 2025-04-18 13:18:48 UTC
+++ scripts/Makefile.in
@@ -542,12 +542,8 @@ uninstall-am: uninstall-binSCRIPTS
.PRECIOUS: Makefile
-@MACOSX_TRUE@define macosx_false
-#
-@MACOSX_TRUE@endef
-@MACOSX_FALSE@define macosx_true
-#
-@MACOSX_FALSE@endef
+@MACOSX_TRUE@macosx_false = \#
+@MACOSX_FALSE@macosx_true = \#
fakeroot: $(srcdir)/fakeroot.in Makefile
$(do_subst) < $(srcdir)/fakeroot.in > fakeroot
|