diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
commit | 7c5db15603132b9f94a11af57c5a56b205c0eaff (patch) | |
tree | 47384a9485fd95c587188df50a275d708da17fa4 /gnu | |
parent | 8a2ab60466cbd2986529c0e969ebfa5a622a5aa7 (diff) |
-lcurses, not termcap/termlib
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libg++/libg++/gperf/Makefile.bsd-wrapper | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/lib/libg++/libg++/gperf/Makefile.bsd-wrapper b/gnu/lib/libg++/libg++/gperf/Makefile.bsd-wrapper index a1643eff19f..3dd507d5322 100644 --- a/gnu/lib/libg++/libg++/gperf/Makefile.bsd-wrapper +++ b/gnu/lib/libg++/libg++/gperf/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 1998/03/03 21:40:28 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 1998/07/24 00:10:47 millert Exp $ .if defined(OBJMACHINE) OBJDIR= obj.${MACHINE} @@ -47,10 +47,6 @@ LDFLAGS+= -L$(STD_OBJDIR) -L$(GXX_OBJDIR) # -lg++ to be automatically included. So add it here, no matter what. LDADD+= -lg++ -lstdc++ -lcurses -.if (${MACHINE_ARCH} == "mips") -LDADD+= -ltermlib -.endif - all: $(STD_OBJDIR)/libstdc++.a $(GXX_OBJDIR)/libg++.a $(STD_OBJDIR)/libstdc++.a: |