about summary refs log tree commit diff
path: root/posix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 08f20b6256..069a470e75 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -61,6 +61,9 @@ gpl2lgpl := getopt.c getopt1.c getopt.h	regex.c regex.h
 
 before-compile	:= testcases.h
 
+# So they get cleaned up.
+generated := $(addprefix wordexp-test-result, 1 2 3 4 5 6 7 8 9 10)
+
 include ../Rules
 
 ifeq (no,$(cross-compiling))