diff options
Diffstat (limited to 'base')
-rwxr-xr-x | base/new-c-proj | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |