]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/Makefile.am (testsuite): Use testsuite.tmp, not
authorAkim Demaille <akim@epita.fr>
Fri, 26 Jan 2001 11:50:23 +0000 (11:50 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 26 Jan 2001 11:50:23 +0000 (11:50 +0000)
testsuite-tmp as temporary file.

ChangeLog
tests/Makefile.am

index bf64f24847918fb139c40610cae70c360da3e2b5..47cd0d1889c1bb73ea37e8b691b32c95e765de1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index be115920a71b4cc1fbf7ac9c7e3c9ecc2ac22f40..348849c3c324c6ed87df0a944c63a6b1354367da 100644 (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)