From 7594ee12c0c3d3ea580ec1232adf635d10f95409 Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Tue, 12 Nov 2013 11:50:51 +0000 Subject: [PATCH] * Rebase Tiara to take latest change in NPL script --- NPLib/scripts/buildliblist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NPLib/scripts/buildliblist.sh b/NPLib/scripts/buildliblist.sh index 9cc13c3f9..507d0b260 100755 --- a/NPLib/scripts/buildliblist.sh +++ b/NPLib/scripts/buildliblist.sh @@ -38,7 +38,7 @@ printf "# WARNING:\n" >> $outfile printf "# This file is automatically generated when NPLib libraries are built through the make command.\n" >> $outfile printf "# If you modify this file by hand, changes won't persist the next time you compile NPLib.\n" >> $outfile printf "#\n" >> $outfile -printf "echo -L$NPTOOL/NPLib/lib" >> $outfile +printf t "echo -L$NPTOOL/NPLib/lib" >> $outfile chmod a+x $outfile # loop on *.so files in lib/ directory -- GitLab