From 17e01ff25799f8669319e86a38354c7bacb64f54 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 2 Dec 2006 23:09:03 +0000 Subject: [PATCH] (test_cflags): Change from := to plain =, as the former is not portable (according to automake). --- test-suite/standalone/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index b8a554c26..50dd367f5 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -29,7 +29,7 @@ BUILT_SOURCES = TESTS_ENVIRONMENT = "${top_builddir}/pre-inst-guile-env" -test_cflags := \ +test_cflags = \ -I$(top_srcdir)/test-suite/standalone \ -I$(top_srcdir) \ -I$(top_srcdir)/libguile-ltdl $(EXTRA_DEFS) $(GUILE_CFLAGS)