cwebber pushed a commit to branch wip-elisp-rebased
in repository guile.

commit 1ba3d7854cac0524f80d3c6113da770505c9eda9
Author: Robin Templeton <[email protected]>
AuthorDate: Tue Jun 10 16:03:17 2014 -0400

    Remove CFLAGS from snarfcppopts.
    
    libguile/Makefile.am (snarfcppopts): Remove CFLAGS
---
 libguile/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index 3568767..457f8bd 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -823,7 +823,7 @@ libpath.h: $(srcdir)/Makefile.in  
$(top_builddir)/config.status
        $(AM_V_GEN)mv libpath.tmp libpath.h
 endif
 
-snarfcppopts = $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
+snarfcppopts = $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS)
 
 SUFFIXES = .x .doc
 

Reply via email to