From: yobibe Date: Mon, 29 Mar 2010 10:36:26 +0000 (+0000) Subject: Fix small issue in make help X-Git-Tag: v1.0.0~281 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/b38742c92c8af83d1029073d5341902ed9ffa01a?ds=sidebyside Fix small issue in make help --- 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