ports/math/eclib/files/patch-tests_Makefile.am
2025-01-18 20:47:18 +01:00

15 lines
447 B
Text

--- tests/Makefile.am.orig 2024-11-12 14:33:12 UTC
+++ tests/Makefile.am
@@ -145,9 +145,9 @@ tnfd_SOURCES=tnfd.cc
# This is the name of a directory which will be used for newform
# input/output in the "make check" tests and removed afterwards.
-export NF_DIR:=nftmp
-export SNF_DIR:=snftmp
-export TCURVE_DIR:=tcurves
+export NF_DIR=nftmp
+export SNF_DIR=snftmp
+export TCURVE_DIR=tcurves
check_g0n: g0n_tests
@echo Running g0n checks...