13 lines
643 B
Plaintext
13 lines
643 B
Plaintext
$OpenBSD: patch-tests_scanner_Makefile_in,v 1.3 2010/03/29 15:17:10 jasper Exp $
|
|
--- tests/scanner/Makefile.in.orig Thu Mar 18 15:06:16 2010
|
|
+++ tests/scanner/Makefile.in Mon Mar 29 16:52:28 2010
|
|
@@ -372,7 +372,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)
|