diff options
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile index 08f20b6..069a470 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)) |