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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* 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
_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits