13 lines
652 B
Plaintext
13 lines
652 B
Plaintext
$OpenBSD: patch-tests_offsets_Makefile_in,v 1.4 2010/10/24 13:40:27 jasper Exp $
|
|
--- tests/offsets/Makefile.in.orig Wed Oct 6 22:54:26 2010
|
|
+++ tests/offsets/Makefile.in Sun Oct 24 15:03:00 2010
|
|
@@ -342,7 +342,7 @@ _gir_includes = $(foreach include,$($(_gir_name)_INCLU
|
|
_gir_export_packages = $(foreach pkg,$($(_gir_name)_EXPORT_PACKAGES),--pkg-export=$(pkg))
|
|
|
|
# Reuse the LIBTOOL variable from by automake if it's set
|
|
-_gir_libtool = $(if $(LIBTOOL),--libtool="$(LIBTOOL)")
|
|
+_gir_libtool = $(if $(LIBTOOL),--libtool="${LIBTOOL}")
|
|
|
|
# Macros for AM_SILENT_RULES prettiness
|
|
_gir_verbosity = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1)
|