X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2FMakefile.in;h=be0c41006602b49325b824df3d2a7923521d7588;hp=6572b14bb15ea8eeb0268b4cb80d351c8a3e21b0;hb=c10054835b4c63a95b37703a952d663f280aa1ce;hpb=17326773db4c30f9bef59343b4824c5acebe6712 diff --git a/check/Makefile.in b/check/Makefile.in index 6572b14b..be0c4100 100644 --- a/check/Makefile.in +++ b/check/Makefile.in @@ -26,7 +26,7 @@ OBJECTS = paranoia_check.o numeric_output.o numeric_consist.o powerlaws.o \ all: echo "Please call it with 'make check' from top-level Makefile." echo "Alternatively, you can use this Makefile's targets {shared|static}check" - echo "depending on your personal preferences and which lib you built." + echo "depending on your personal preferences and which library you built." sharedcheck: ${OBJECTS} ../src/.libs/libginac.so ${CXX} ${LDFLAGS} ${OBJECTS} -Wl,--rpath -Wl,../src/.libs -L../src/.libs -lginac ${LIBS} -o main