summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-07-10 21:30:38 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-07-10 21:30:38 +0000
commit433b9801a13f7ac0c037774a9dd8955c42ea88dc (patch)
tree797e7db1db0ede7ed555d794dbb73ebf13693a30 /lib
parent8776829ca3b5bc98f5ee9ae331aa2d67c120b5f6 (diff)
remove misc. depend and yacc nits that no longer matter.
okay millert@
Diffstat (limited to 'lib')
-rw-r--r--lib/csu/Makefile5
-rw-r--r--lib/libcrypto/Makefile3
-rw-r--r--lib/libcurses/Makefile9
-rw-r--r--lib/libedit/Makefile4
4 files changed, 5 insertions, 16 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile
index 3d689ef8e08..a49b2b47181 100644
--- a/lib/csu/Makefile
+++ b/lib/csu/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2017/01/21 00:46:32 guenther Exp $
+# $OpenBSD: Makefile,v 1.27 2017/07/10 21:30:37 espie Exp $
OBJS= crt0.o gcrt0.o
OBJS+= crtbegin.o crtend.o
@@ -88,7 +88,4 @@ realinstall:
${INSTALL} ${INSTALL_COPY} -S -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
-afterdepend: .depend
- @sed -i 's/^\([^\.]*\).o[ ]*:/\1.o g\1.o r\1.o:/' .depend
-
.include <bsd.prog.mk>
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index 4b6fdfb2d70..cb714c563a9 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2017/06/16 10:25:54 espie Exp $
+# $OpenBSD: Makefile,v 1.20 2017/07/10 21:30:37 espie Exp $
LIB= crypto
LIBREBUILD=y
@@ -439,7 +439,6 @@ SRCS+= rc4_enc.c rc4_skey.c
SRCS+= wp_block.c
.endif
-all beforedepend: ${GENERATED}
BUILDFIRST = ${GENERATED}
.include <bsd.lib.mk>
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile
index 0d5dd27aed1..2b35d155149 100644
--- a/lib/libcurses/Makefile
+++ b/lib/libcurses/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.71 2017/06/16 10:25:54 espie Exp $
+# $OpenBSD: Makefile,v 1.72 2017/07/10 21:30:37 espie Exp $
# Uncomment this to enable tracing in libcurses
#CURSESTRACE=-DTRACE
@@ -98,10 +98,6 @@ GENERATED= init_keytry.h codes.c comp_captab.c expanded.c fallback.c \
CLEANFILES+= ${GENERATED} term.5 terminfo.5 curses.3 \
curs_addch.3 curs_attr.3 curs_getch.3 curs_inch.3 curs_mouse.3
-all: ${GENERATED}
-
-beforedepend: ${GENERATED}
-
BUILDFIRST = ${GENERATED}
includes:
@@ -171,9 +167,6 @@ afterinstall:
.include <bsd.lib.mk>
-init_keytry.o init_keytry.so init_keytry.po init_keytry.ln: init_keytry.h
-lib_options.o lib_options.so lib_options.po lib_options.ln: init_keytry.h
-
# must be at the end because bsd.lib.mk clears it
.SUFFIXES: .3 .3tbl .5 .5tbl
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 00f877d9fa5..31d53c032d0 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.28 2017/07/03 18:19:55 bluhm Exp $
+# $OpenBSD: Makefile,v 1.29 2017/07/10 21:30:37 espie Exp $
# $NetBSD: Makefile,v 1.41 2010/02/03 15:34:43 roy Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
@@ -35,7 +35,7 @@ CLEANFILES+= ${GENERATED}
HOST_SH= sh
.PHONY: generated
-.depend generated: ${GENERATED}
+generated: ${GENERATED}
BUILDFIRST = ${GENERATED}
vi.h: vi.c makelist