From cb9de2a6460da2307066089fceda476c60c955f8 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 30 Dec 1996 04:52:54 +0000 Subject: Add some missing ${DESTDIR}s here. --- include/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index 30263415388b..761a4c055e87 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.44 1996/09/20 13:42:26 bde Exp $ +# $Id: Makefile,v 1.45 1996/10/17 18:44:56 jkh Exp $ # # Doing a make install builds /usr/include # @@ -107,9 +107,9 @@ symlinks: @${ECHO} "Setting up symlinks to kernel source tree..." .for i in ${LDIRS} ${LUDIR} rm -rf ${DESTDIR}/usr/include/$i - ln -s /sys/$i ${DESTDIR}/usr/include/$i + ln -s ${DESTDIR}/sys/$i ${DESTDIR}/usr/include/$i .endfor rm -rf ${DESTDIR}/usr/include/machine - ln -s /sys/${MACHINE}/include ${DESTDIR}/usr/include/machine + ln -s ${DESTDIR}/sys/${MACHINE}/include ${DESTDIR}/usr/include/machine .include -- cgit v1.3