1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Remove CFLAGS from snarfcppopts.

libguile/Makefile.am (snarfcppopts): Remove CFLAGS
This commit is contained in:
Robin Templeton 2014-06-10 16:03:17 -04:00 committed by Gregg Sangster
parent e60469c8b6
commit 1ba3d7854c

View file

@ -823,7 +823,7 @@ libpath.h: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(AM_V_GEN)mv libpath.tmp libpath.h $(AM_V_GEN)mv libpath.tmp libpath.h
endif endif
snarfcppopts = $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) snarfcppopts = $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS)
SUFFIXES = .x .doc SUFFIXES = .x .doc