summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1996-05-10 12:19:12 +0000
committermickey <mickey@openbsd.org>1996-05-10 12:19:12 +0000
commitfa908a28f129a6c86533397d28305ad0699ea85d (patch)
treecaa89afec2743d52eee3b6a64fc7c86926c9dfd5
parentsimplify sed rule in 'links', so swap*.c be treated ok. (diff)
downloadwireguard-openbsd-fa908a28f129a6c86533397d28305ad0699ea85d.tar.xz
wireguard-openbsd-fa908a28f129a6c86533397d28305ad0699ea85d.zip
remove makelinks, when done.
-rw-r--r--sys/arch/i386/conf/Makefile.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386
index 20fdf14dd0e..77b04a99250 100644
--- a/sys/arch/i386/conf/Makefile.i386
+++ b/sys/arch/i386/conf/Makefile.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.i386,v 1.11 1996/05/10 12:13:19 mickey Exp $
+# $OpenBSD: Makefile.i386,v 1.12 1996/05/10 12:19:12 mickey Exp $
# $NetBSD: Makefile.i386,v 1.66 1996/02/29 20:56:16 cgd Exp $
# Makefile for OpenBSD
@@ -143,7 +143,7 @@ links:
echo ${CFILES} | tr -s ' ' '\12' | sed 's/\.c/.o/' | \
sort -u | comm -23 - dontlink | \
sed 's,.*/\(.*.o\),rm -f \1; ln -s ../GENERIC/\1 \1,' > makelinks
- sh makelinks && rm -f dontlink
+ sh makelinks && rm -f dontlink makelinks
# depend on APM
.include "${I386}/apm_init/Makefile.inc"