Fix outdated library name in test makefile

This commit is contained in:
Kurt Glaesmann 2011-11-09 18:27:50 +00:00
parent 687c5bfba3
commit 75eccbc7e3

View file

@ -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)