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: Tue, 19 Oct 2021 17:59:31 -0400 (EDT)

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

commit 1ba3d7854cac0524f80d3c6113da770505c9eda9
Author: Robin Templeton <robin@terpri.org>
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

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