From aea9a32c13d26ef73c1d0b673a8fc79346c6833f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 15 Sep 2021 14:09:19 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- base/new-c-proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/new-c-proj b/base/new-c-proj index af0b472..865e139 100755 --- a/base/new-c-proj +++ b/base/new-c-proj @@ -82,7 +82,7 @@ if printf '%s\n' "$1" | grep '^lib' >/dev/null 2>/dev/null; then LIB_MAJOR = 1 LIB_MINOR = 0 LIB_VERSION = \$(LIB_MAJOR).\$(LIB_MINOR) - LIB_NAME = \${LIBNAME} + LIB_NAME = ${LIBNAME} OBJ = -- cgit v1.2.3-70-g09d2