* tests/Makefile.am (testsuite): Use testsuite.tmp, not

testsuite-tmp as temporary file.
This commit is contained in:
Akim Demaille 2001-01-26 11:50:23 +00:00
parent 7e4c94c562
commit 8f59275ff2
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -41,9 +41,9 @@ testsuite: $(top_srcdir)/m4sugar.m4 $(top_srcdir)/m4sh.m4 \
$(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)