]> www.ginac.de Git - cln.git/blobdiff - tests/Makefile.in
* Add table of contents in TeX output.
[cln.git] / tests / Makefile.in
index 48551b8b882d45ba87400097aeff50395729539a..3df22604a38dd7d4872759c3f8b1a64445713ec8 100644 (file)
@@ -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