guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/36: Remove CFLAGS from snarfcppopts.


From: Christopher Allan Webber
Subject: [Guile-commits] 01/36: Remove CFLAGS from snarfcppopts.
Date: Fri, 25 Mar 2016 19:19:59 +0000

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

commit ca61f7515b3b360d3d6965fe1e082edfda603e60
Author: Robin Templeton <address@hidden>
Date:   Tue Jun 10 16:03:17 2014 -0400

    Remove CFLAGS from snarfcppopts.
    
    libguile/Makefile.am (snarfcppopts): Remove CFLAGS
---
 libguile/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]