X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=tests%2FMakefile.in;h=3df22604a38dd7d4872759c3f8b1a64445713ec8;hb=22549ef70fee95faab1e9f2adaf710ba9e0bdabf;hp=48551b8b882d45ba87400097aeff50395729539a;hpb=a742499cd43104bdcf77697360edeac32b07f01e;p=cln.git diff --git a/tests/Makefile.in b/tests/Makefile.in index 48551b8..3df2260 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -33,7 +33,7 @@ SHELL = /bin/sh # Needed by ${LIBTOOL}. top_builddir = .. -VPATH = {(srcdir} +VPATH = ${srcdir} FILES_CC := $(notdir $(wildcard ${srcdir}/*.cc)) FILES_CC := $(filter-out %.i.cc, ${FILES_CC}) @@ -178,7 +178,7 @@ check : all mostlyclean : clean clean : force - ${RM} *.s *.o *.a exam tests main a.out core + ${RM} *.s *.o *.a exam tests${EXEEXT} main a.out core ${RM} -r .libs _libs distclean : clean