diff options
Diffstat (limited to '')
| -rw-r--r-- | libtest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtest/Makefile b/libtest/Makefile index 86b30ed..8eddb00 100644 --- a/libtest/Makefile +++ b/libtest/Makefile @@ -1,7 +1,7 @@ .POSIX: -CONFIGFILE = config.mk -include $(CONFIGFILE) +TEST_CONFIGFILE = config.mk +include $(TEST_CONFIGFILE) OS = linux # Linux: linux |
