patch 7.4.983
Problem:    Executing one test after "make testclean" doesn't work.
Solution:   Add a dependency on test1.out.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 1318cfd..c88ed1c 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -2,9 +2,12 @@
 # Common Makefile, defines the list of tests to run.
 #
 
+# The first script creates small.vim.
+SCRIPTS_FIRST = \
+	test1.out
+
 # Tests that run on all systems.
 SCRIPTS_ALL = \
-	test1.out \
 	test3.out \
 	test4.out \
 	test5.out \