Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 5cdb5f9

Browse files
committed
fix building of flint's ntl-interface test.
1 parent 15cf67b commit 5cdb5f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -Naur flint-2.4.5.orig/Makefile.in flint-2.4.5/Makefile.in
2+
--- flint-2.4.5.orig/Makefile.in 2015-05-15 19:05:59.034143372 +1200
3+
+++ flint-2.4.5/Makefile.in 2015-05-15 19:06:26.204204225 +1200
4+
@@ -212,7 +212,7 @@
5+
$(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) -c $< -o $@;
6+
7+
build/interfaces/test/t-NTL-interface$(EXEEXT): interfaces/test/t-NTL-interface.cpp
8+
- $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) $< build/interfaces/NTL-interface.o -o $@ $(LIBS);
9+
+ $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) $< build/interfaces/NTL-interface.lo -o $@ $(LIBS);
10+
11+
print-%:
12+
@echo '$*=$($*)'

0 commit comments

Comments
 (0)