diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-10 07:53:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-10 07:53:52 +0000 |
commit | 77d4b47b8ca665b28fd39e5d7705dd5a7351985b (patch) | |
tree | b2b12bdf9c1b6282c105050cd45e741f33890de1 /test/locale | |
parent | abd9e9beece2f664495a8ef86602033f760f5a07 (diff) |
- add and use EXTRA_DIRS to wipe the test/locale/C directory
Diffstat (limited to 'test/locale')
-rw-r--r-- | test/locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/locale/Makefile b/test/locale/Makefile index 0ab07f7aa..7e408b8cf 100644 --- a/test/locale/Makefile +++ b/test/locale/Makefile @@ -28,4 +28,4 @@ OPTS_dump-ctype = C OPTS_tst-ctype = < tst-ctype-de_DE.ISO-8859-1.in OPTS_tst-langinfo = < tst-langinfo.input -EXTRA_CLEAN := C +EXTRA_DIRS := C |