From b38742c92c8af83d1029073d5341902ed9ffa01a Mon Sep 17 00:00:00 2001 From: yobibe Date: Mon, 29 Mar 2010 10:36:26 +0000 Subject: [PATCH] Fix small issue in make help --- common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index aa6049e3..077fc282 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -39,7 +39,7 @@ MOVE=mv COPY=cp PATHSEP=/ FLASH_TOOL=client/flasher -DETECTED_OS=UNAME +DETECTED_OS=$(UNAME) else -- 2.39.2