summaryrefslogtreecommitdiffstats
path: root/text-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/Makefile')
-rw-r--r--text-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/Makefile b/text-utils/Makefile
index 8609bacde..c8d32ad1a 100644
--- a/text-utils/Makefile
+++ b/text-utils/Makefile
@@ -46,7 +46,7 @@ else
ul:
@echo $@ not made since it requires ncurses
ifeq "$(HAVE_TERMCAP)" "yes"
-more: more.o
+more: more.o $(LIB)/xstrncpy.o
$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@ $(LIBTERMCAP)
else
more: