[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:54:13 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 05de221f34c11ec14b9473e420e1cde7f8b82fd0
Author: Martin Lee <martinlee84 at web.de>
Date: Mon Mar 19 12:27:28 2012 +0100
fix: typos in GNUmakefile
diff --git a/factory/GNUmakefile.in b/factory/GNUmakefile.in
index 79c112d..1965f74 100644
--- a/factory/GNUmakefile.in
+++ b/factory/GNUmakefile.in
@@ -454,7 +454,7 @@ distfiles := \
# - pattern rules.
#
-# how to create library objets
+# how to create library objects
%.o: %.cc config.h factoryconf.h
$(CXX) -c $< $(LIBCXXFLAGS) -o $@
%.o: %.c config.h
@@ -526,7 +526,7 @@ ftmpl_inst.o: ftmpl_inst.cc factoryconf.h factory.h \
$(srcdir)/readcf.cc: readcf.y
@./bin/gen-readcf "${BISON}"
-# note that these are non-source file which are distributed!
+# note that these are non-source files which are distributed!
# We do not specify any dependencies except the most important ones.
$(srcdir)/winnt/factory.h: factory.template
$(MAKEHEADER) $(MAKEHEADERFLAGS) $< $@
@@ -801,6 +801,6 @@ config.status: configure
# create cf_gmp.h
cf_gmp.h: GNUmakefile gen_cf_gmp.template
echo "#!/bin/sh" >gen_cf_gmp.sh
- echo "GMP_H_T=\"`g++ $(LIBCXXFLAGS) -M gen_cf_gmp.cc|grep gmp.h` \"" >>gen_cf_gmp.sh
+ echo "GMP_H_T=\"`$(CXX) $(LIBCXXFLAGS) -M gen_cf_gmp.cc|grep gmp.h` \"" >>gen_cf_gmp.sh
cat gen_cf_gmp.template >>gen_cf_gmp.sh
$(SHELL) gen_cf_gmp.sh
--
an open source computer algebra system
More information about the debian-science-commits
mailing list