From 70d64745216a69117c55aa45d44eebcf38c6889d Mon Sep 17 00:00:00 2001 From: matthieu <> Date: Sat, 22 Mar 2008 10:36:11 +0000 Subject: [PATCH] Get rid of 3 extra leading spaces. ok deraadt@ --- src/include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/Makefile b/src/include/Makefile index 6242904f..c7871dcf 100644 --- a/src/include/Makefile +++ b/src/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}; \