summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-22 10:36:12 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-03-22 10:36:12 +0000
commit1ff255251b76450ff3399f028e627d78995e41ab (patch)
treea11fdf136b6f97f02dc3b20cc7ae2a419614ecfd /include
parent0f9e0149f6f94cc634009172f9eaaeb502ee7862 (diff)
Get rid of 3 extra leading spaces. ok deraadt@
Diffstat (limited to 'include')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 6242904f4d7..c7871dcfb37 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.141 2007/10/19 14:28:15 deraadt Exp $
+# $OpenBSD: Makefile,v 1.142 2008/03/22 10:36:11 matthieu Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -149,7 +149,7 @@ copies:
if test ${MACHINE} != ${MACHINE_ARCH} -a \
-d ../sys/arch/${MACHINE_ARCH}/include; then \
${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
- ${DESTDIR}/usr/include/${MACHINE_ARCH}; \
+ ${DESTDIR}/usr/include/${MACHINE_ARCH}; \
pax -rw -pa -s "|\.\./sys/arch/${MACHINE_ARCH}/include||" \
../sys/arch/${MACHINE_ARCH}/include/*.h \
${DESTDIR}/usr/include/${MACHINE_ARCH}; \