dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[dotgnu-pnet-commits] treecc ChangeLog examples/Makefile.am


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] treecc ChangeLog examples/Makefile.am
Date: Sun, 03 Feb 2008 17:16:06 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    treecc
Changes by:     Klaus Treichel <ktreichel>      08/02/03 17:16:06

Modified files:
        .              : ChangeLog 
        examples       : Makefile.am 

Log message:
        Don't link examples explicitely with libm to fix build on systems where 
libm
        is not available. (patch #6399 by Andreas Färber)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/treecc/ChangeLog?cvsroot=dotgnu-pnet&r1=1.129&r2=1.130
http://cvs.savannah.gnu.org/viewcvs/treecc/examples/Makefile.am?cvsroot=dotgnu-pnet&r1=1.14&r2=1.15

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- ChangeLog   4 Jun 2007 18:45:48 -0000       1.129
+++ ChangeLog   3 Feb 2008 17:16:05 -0000       1.130
@@ -1,4 +1,10 @@
 
+2008-02-03  Andreas Färber  <address@hidden>
+
+       * examples/Makefile.am: Remove explicit linking with libm to fix build 
on
+       system without libm. Linking with libm is handled by configure.
+       (patch #6399)
+
 2007-06-04  Klaus Treichel  <address@hidden>
 
        * configure.in: Add support for multi os archs (like x86_64 which

Index: examples/Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/examples/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- examples/Makefile.am        21 Jan 2007 14:45:04 -0000      1.14
+++ examples/Makefile.am        3 Feb 2008 17:16:06 -0000       1.15
@@ -12,7 +12,6 @@
 
 expr_c_SOURCES = gram_c.y scan_c.l
 nodist_expr_c_SOURCES = expr_c.c expr_c.h
-expr_c_LDADD = -lm
 
 expr_c.c expr_c.h: $(srcdir)/expr_c.tc
        $(top_builddir)/treecc -o expr_c.c -h expr_c.h $(srcdir)/expr_c.tc




reply via email to

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