4d03749581
hobbits take maintainership.
13 lines
646 B
Plaintext
13 lines
646 B
Plaintext
$OpenBSD: patch-tests_scanner_Makefile_in,v 1.4 2010/07/30 05:49:24 ajacoutot Exp $
|
|
--- tests/scanner/Makefile.in.orig Thu Jun 3 22:09:30 2010
|
|
+++ tests/scanner/Makefile.in Fri Jul 30 07:33:39 2010
|
|
@@ -380,7 +380,7 @@ _gir_packages = $(foreach pkg,$($(_gir_name)_PACKAGES)
|
|
_gir_includes = $(foreach include,$($(_gir_name)_INCLUDES),--include=$(include))
|
|
|
|
# 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)
|