mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 23:40:29 +02:00
(test_cflags): Change from := to plain =, as
the former is not portable (according to automake).
This commit is contained in:
parent
2c70341b70
commit
17e01ff257
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ BUILT_SOURCES =
|
||||||
|
|
||||||
TESTS_ENVIRONMENT = "${top_builddir}/pre-inst-guile-env"
|
TESTS_ENVIRONMENT = "${top_builddir}/pre-inst-guile-env"
|
||||||
|
|
||||||
test_cflags := \
|
test_cflags = \
|
||||||
-I$(top_srcdir)/test-suite/standalone \
|
-I$(top_srcdir)/test-suite/standalone \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/libguile-ltdl $(EXTRA_DEFS) $(GUILE_CFLAGS)
|
-I$(top_srcdir)/libguile-ltdl $(EXTRA_DEFS) $(GUILE_CFLAGS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue