summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-09-16 03:43:10 +0000
committerPaul Smith <psmith@gnu.org>1999-09-16 03:43:10 +0000
commit6ec7d1881c0be453c7ece03a7dcc51681c514778 (patch)
treee9a78058e81a9b0bfa2e888473d02a35063be3d5 /Makefile.am
parentc8003673857919d2283e16c829325c9f14e10dfe (diff)
downloadgunmake-6ec7d1881c0be453c7ece03a7dcc51681c514778.tar.gz
* Fix some tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bb613c3..1319654 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -116,6 +116,7 @@ check-regression:
if $(PERL) -v >/dev/null 2>&1; then \
case `cd $(srcdir); pwd` in `pwd`) : ;; \
*) test -d tests || mkdir tests; \
+ rm -f srctests; \
if ln -s "$(srcdir)/tests" srctests; then \
for f in run_make_tests run_make_tests.pl test_driver.pl scripts; do \
rm -f tests/$$f; ln -s ../srctests/$$f tests; \