File: example.patch

package info (click to toggle)
linbox 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,940 kB
  • sloc: cpp: 108,392; lisp: 5,469; makefile: 1,345; sh: 1,244; csh: 131; python: 74; perl: 2
file content (13 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Fix example source related issues.

--- a/examples/Readme-make.in
+++ b/examples/Readme-make.in
@@ -56,7 +56,7 @@
 #LINBOX_BIN=@bindir@
 
 %:%.C 
-	#$(CXX) $(CPPFLAGS) $*.C -o $*  $(shell $(LINBOX_BIN)/linbox-config --cflags --libs)
+	$(CXX) $(CPPFLAGS) $*.C -o $*  $(shell $(LINBOX_BIN)/linbox-config --cflags --libs)
 
 CXXFLAGS+= $(shell $(LINBOX_BIN)/linbox-config --cflags)
 LOADLIBES+= $(shell $(LINBOX_BIN)/linbox-config --libs)