flint-2.4.4-test.patch 709 B

1234567891011121314151617181920
  1. commit 5e3d4a0504158f70d227e7cfc03985fe9a646797
  2. Author: hasufell <hasufell@hasufell.de>
  3. Date: Wed Jul 2 12:58:50 2014 +0200
  4. Fix NTL test build
  5. diff --git a/Makefile.in b/Makefile.in
  6. index 6dda689..e9de7da 100644
  7. --- a/Makefile.in
  8. +++ b/Makefile.in
  9. @@ -214,7 +214,7 @@ build/interfaces/NTL-interface.o: interfaces/NTL-interface.cpp NTL-interface.h
  10. $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) -c $< -o $@;
  11. build/interfaces/test/t-NTL-interface$(EXEEXT): interfaces/test/t-NTL-interface.cpp
  12. - $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) $< build/interfaces/NTL-interface.o -o $@ $(LIBS);
  13. + $(QUIET_CXX) $(CXX) $(CFLAGS) $(INCS) $< build/interfaces/NTL-interface.lo -o $@ $(LIBS);
  14. print-%:
  15. @echo '$*=$($*)'