From 75eccbc7e3c5342d4961cd47eb95ceca746a9111 Mon Sep 17 00:00:00 2001 From: Kurt Glaesmann Date: Wed, 9 Nov 2011 18:27:50 +0000 Subject: [PATCH] Fix outdated library name in test makefile --- src/fft/test/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fft/test/GNUmakefile b/src/fft/test/GNUmakefile index a461bf9894..cd6d29ee0f 100644 --- a/src/fft/test/GNUmakefile +++ b/src/fft/test/GNUmakefile @@ -85,6 +85,6 @@ test: $(OBJ) (cd $(WRAP); $(MAKE) USE_ESSL='$(DO_ESSL)';) touch testfft3.F $(MAKE) testfft3.o - $(LINK.f) -o testfft3 $(OBJ) -ltask $(LIBS) + $(LINK.f) -o testfft3 $(OBJ) -lnwctask $(LIBS)