diff options
Diffstat (limited to 'catgets/Makefile')
-rw-r--r-- | catgets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/Makefile b/catgets/Makefile index ec8fe1e..bbd438a 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -50,7 +50,7 @@ generated-dirs = de tst-catgets-ENV = NLSPATH="$(objpfx)%l/%N.cat" LANG=de -ifneq ($(cross-compiling),yes) +ifeq ($(run-built-tests),yes) tests: $(objpfx)de/libc.cat $(objpfx)test1.cat $(objpfx)test2.cat \ $(objpfx)test-gencat.out # This test just checks whether the program produces any error or not. |