From ebac48a42da18e3feef20cfd5b70b8718803d85d Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 12 Nov 2007 12:32:00 +0000 Subject: [PATCH] Fixed TARGET_OS default assignment. darcs-hash:20071112123248-f2ef6-3bc283c24aa6a4ac8b0879e9e00f997e3faf9114.gz --- snippets/linux-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/linux-setup b/snippets/linux-setup index 864dc64..70d6e7f 100644 --- a/snippets/linux-setup +++ b/snippets/linux-setup @@ -62,7 +62,7 @@ ifeq ($(BUILD_OS),) endif ifeq ($(TARGET_OS),) - TARGET_OS := BUILD_OS + TARGET_OS := $(BUILD_OS) endif LOCAL_BUILD_DIR = $(USER_OBJS_DIR) -- 2.39.2