[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Small patch for testsuite makefile
From: |
Tim Van Holder |
Subject: |
Small patch for testsuite makefile |
Date: |
Thu, 25 Jan 2001 21:08:30 +0100 |
"testsuite" and "testsuite-tmp" are the same file on DOS, so...
2001-01-25 Tim Van Holder <address@hidden>
* tests/Makefile.am (testsuite): Use testsuite.tmp, not
testsuite-tmp as temporary file.
Index: Makefile.am
===================================================================
RCS file: /cvs/autoconf/tests/Makefile.am,v
retrieving revision 1.45
diff -u -r1.45 Makefile.am
--- Makefile.am 2001/01/24 07:54:32 1.45
+++ Makefile.am 2001/01/25 20:03:47
@@ -41,9 +41,9 @@
$(SUITE)
$(M4) -I $(srcdir) -I $(top_srcdir) atspecific.m4 suite.at | \
sed -e 's/[ ]*$$//' | \
- sed -e '/^$$/N;/\n$$/D' > address@hidden
- chmod +x address@hidden
- mv address@hidden $@
+ sed -e '/^$$/N;/\n$$/D' > address@hidden
+ chmod +x address@hidden
+ mv address@hidden $@
- Small patch for testsuite makefile,
Tim Van Holder <=