testsuite-tmp as temporary file.
+2001-01-26 Tim Van Holder <tim.van.holder@pandora.be>
+
+ * tests/Makefile.am (testsuite): Use testsuite.tmp, not
+ testsuite-tmp as temporary file.
+
2001-01-25 Assar Westerlund <assar@sics.se>
* autoreconf.sh: Also find configure.in.
$(SUITE)
$(M4) -I $(srcdir) -I $(top_srcdir) atspecific.m4 suite.at | \
sed -e 's/[ ]*$$//' | \
- sed -e '/^$$/N;/\n$$/D' > $@-tmp
- chmod +x $@-tmp
- mv $@-tmp $@
+ sed -e '/^$$/N;/\n$$/D' >$@.tmp
+ chmod +x $@.tmp
+ mv $@.tmp $@
# The files which contains macro we check for syntax. Don't use $(top_srcdir)