summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-12-21 16:40:13 +0000
committerMiles Bader <miles@gnu.org>1995-12-21 16:40:13 +0000
commitfc08880d48190b3c4845dc5e7354ba1ce62e6f0a (patch)
tree8d22c210f34e1c3d9f4a5132e19d1a9dc8b77cbc /utils
parentcf67b3c87fd692239ad6ba9b937e3aae7ba955d9 (diff)
(libutil-libsubst): New hack.
(login): Depend on -lutil.
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 807463c1..3bdebeff 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -29,6 +29,10 @@ OBJS = $(filter-out mount.sh,$(SRCS:.c=.o))
all: $(targets)
+# This hack to get around ickiness in Makeconf
+libutil-libsubst = -lutil
+
+login: -lutil
ps: ../libps/libps.a ../libihash/libihash.a
# We must include libthreads because of a bug in the way shared libraries
# work: all libraries that *any* routine in libfshelp uses must be defined.