diff options
Diffstat (limited to 'lib/ncurses/panel/Makefile')
-rw-r--r-- | lib/ncurses/panel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile index c47ad62ed216..1f734915b035 100644 --- a/lib/ncurses/panel/Makefile +++ b/lib/ncurses/panel/Makefile @@ -4,7 +4,7 @@ SRCDIR= ${NCURSES_DIR}/panel -LIB= panel +LIB= panel${LIB_SUFFIX} .PATH: ${SRCDIR} SRCS= \ @@ -29,8 +29,8 @@ CLEANFILES= ncurses_def.h CFLAGS+= -I${SRCDIR} -DPADD= ${LIBNCURSES} -LDADD= -lncurses +DPADD= ${LIBNCURSES${LIB_SUFFIX:U}} +LDADD= -lncurses${LIB_SUFFIX} INCS= panel.h |