aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--package/deps.mak8
-rw-r--r--src/shh-portable-utils/deps-exe/chgrp2
-rw-r--r--src/shh-portable-utils/deps-exe/chown2
4 files changed, 7 insertions, 7 deletions
diff --git a/configure b/configure
index 31f32ba..63da992 100755
--- a/configure
+++ b/configure
@@ -412,7 +412,7 @@ SYSCLOCK_LIB := ${sysclock_lib}
TIMER_LIB := ${timer_lib}
UTIL_LIB := ${util_lib}
-LIBNSSS := ${libnsss}
+NSSS_LIB := ${libnsss}
CC := $CC_AUTO
CPPFLAGS_AUTO := $CPPFLAGS_AUTO
diff --git a/package/deps.mak b/package/deps.mak
index 042d609..3b608f4 100644
--- a/package/deps.mak
+++ b/package/deps.mak
@@ -36,12 +36,12 @@ basename: EXTRA_LIBS := -lskarnet
basename: src/shh-portable-utils/basename.o
cat: EXTRA_LIBS := -lskarnet
cat: src/shh-portable-utils/cat.o
-chgrp: EXTRA_LIBS := ${SOCKET_LIB} -lskarnet
-chgrp: src/shh-portable-utils/chgrp.o src/shh-portable-utils/parse_group.o ${LIBNSSS}
+chgrp: EXTRA_LIBS := ${SOCKET_LIB} ${NSSS_LIB} -lskarnet
+chgrp: src/shh-portable-utils/chgrp.o src/shh-portable-utils/parse_group.o
chmod: EXTRA_LIBS := -lskarnet
chmod: src/shh-portable-utils/chmod.o src/shh-portable-utils/parse_mode_octal.o src/shh-portable-utils/parse_mode_symbolic.o src/shh-portable-utils/change_mode.o
-chown: EXTRA_LIBS := ${SOCKET_LIB} -lskarnet
-chown: src/shh-portable-utils/chown.o src/shh-portable-utils/parse_user.o src/shh-portable-utils/parse_group.o ${LIBNSSS}
+chown: EXTRA_LIBS := ${SOCKET_LIB} ${NSSS_LIB} -lskarnet
+chown: src/shh-portable-utils/chown.o src/shh-portable-utils/parse_user.o src/shh-portable-utils/parse_group.o
cut: EXTRA_LIBS := -lskarnet
cut: src/shh-portable-utils/cut.o src/shh-portable-utils/shhgetln.o
dirname: EXTRA_LIBS := -lskarnet
diff --git a/src/shh-portable-utils/deps-exe/chgrp b/src/shh-portable-utils/deps-exe/chgrp
index 12823de..35a3b2a 100644
--- a/src/shh-portable-utils/deps-exe/chgrp
+++ b/src/shh-portable-utils/deps-exe/chgrp
@@ -1,4 +1,4 @@
parse_group.o
${SOCKET_LIB}
-${LIBNSSS}
+${NSSS_LIB}
-lskarnet
diff --git a/src/shh-portable-utils/deps-exe/chown b/src/shh-portable-utils/deps-exe/chown
index 48176e3..93d178e 100644
--- a/src/shh-portable-utils/deps-exe/chown
+++ b/src/shh-portable-utils/deps-exe/chown
@@ -1,5 +1,5 @@
parse_user.o
parse_group.o
${SOCKET_LIB}
-${LIBNSSS}
+${NSSS_LIB}
-lskarnet