From 8e5d951531217274819d8267203214c7f449efb3 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sun, 11 Sep 1994 21:41:41 +0000 Subject: Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap --- gnu/usr.bin/binutils/gdb/Makefile | 2 +- gnu/usr.bin/gdb/gdb/Makefile | 2 +- gnu/usr.bin/perl/perl/usub/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 2f78342..5f134e2 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -41,7 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd -DPADD+= $(LIBREADLINE) $(LIBTERM) +DPADD+= ${LIBREADLINE} ${LIBTERMCAP} LDADD+= -lreadline -ltermcap .if exists(${.CURDIR}/../libiberty/obj) diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index 2f78342..5f134e2 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -41,7 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd -DPADD+= $(LIBREADLINE) $(LIBTERM) +DPADD+= ${LIBREADLINE} ${LIBTERMCAP} LDADD+= -lreadline -ltermcap .if exists(${.CURDIR}/../libiberty/obj) diff --git a/gnu/usr.bin/perl/perl/usub/Makefile b/gnu/usr.bin/perl/perl/usub/Makefile index 107702f..965a98a 100644 --- a/gnu/usr.bin/perl/perl/usub/Makefile +++ b/gnu/usr.bin/perl/perl/usub/Makefile @@ -1,7 +1,7 @@ SRC = .. GLOBINCS = LOCINCS = -LIBS = -lcurses -ltermlib `. $(SRC)/config.sh; echo $$libs` +LIBS = -lcurses -ltermcap `. $(SRC)/config.sh; echo $$libs` curseperl: $(SRC)/uperl.o usersub.o curses.o cc $(SRC)/uperl.o usersub.o curses.o $(LIBS) -o curseperl -- cgit v1.1