summaryrefslogtreecommitdiff
path: root/lib/csu
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/csu
parent8776829ca3b5bc98f5ee9ae331aa2d67c120b5f6 (diff)
remove misc. depend and yacc nits that no longer matter.
okay millert@
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/Makefile5
1 files changed, 1 insertions, 4 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>