summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/ncurses.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/ncurses.make b/rules/ncurses.make
index 7cfb7becd..c7f59a8b0 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -127,7 +127,7 @@ endif
ifdef PTXCONF_NCURSES_PANEL
NCURSES_LIBRARY_LIST += panel
endif
-#
+
endif
$(STATEDIR)/ncurses.install: $(ncurses_install_deps_default)
@@ -140,9 +140,9 @@ ifdef PTXCONF_NCURSES_WIDE_CHAR
# For this, the links at runtime are required
#
for lib in $(NCURSES_LIBRARY_LIST); do \
- echo "INPUT(-l$${lib}w)" > $(PTXCONF_PREFIX)/$(PTXCONF_GNU_TARGET)/lib/lib$${lib}.so ; \
+ echo "INPUT(-l$${lib}w)" > $(SYSROOT)/lib/lib$${lib}.so ; \
done
- ln -sf libncurses++w.a $(PTXCONF_PREFIX)/$(PTXCONF_GNU_TARGET)/lib/libncurses++.a
+ ln -sf libncurses++w.a $(SYSROOT)/lib/libncurses++.a
endif
@$(call touch, $@)