1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 19:44:10 +02:00

Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile

Gnulib code.
This commit is contained in:
Ludovic Courtès 2008-08-25 11:20:02 +02:00
parent 4b7513463d
commit bfb2e11358
8 changed files with 30 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2008-08-25 Ludovic Courtès <ludo@gnu.org>
* standalone/Makefile.am (test_cflags): Add `$(GCC_CFLAGS)'.
2008-08-19 Ludovic Courtès <ludo@gnu.org>
* tests/goops.test (object update)[changing class, `hell' in

View file

@ -34,7 +34,7 @@ test_cflags = \
-I$(top_srcdir)/test-suite/standalone \
-I$(top_srcdir) \
-I$(top_srcdir)/lib -I$(top_builddir)/lib \
$(EXTRA_DEFS) $(GUILE_CFLAGS)
$(EXTRA_DEFS) $(GUILE_CFLAGS) $(GCC_CFLAGS)
AM_LDFLAGS = $(GUILE_CFLAGS)