diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-09 19:55:12 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-09 19:55:12 +0000 |
| commit | eada637063e939b7f4d296e12bb30fe7319b6136 (patch) | |
| tree | 728f723eee61de148dad7f9e0e7241afd72528c9 | |
| parent | 753ea67a0d722aa8d9cc835fcf000b4616662dac (diff) | |
Notes
| -rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index 83a5bbf8e23d..a5804d2847be 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.45 1996/10/17 18:44:56 jkh Exp $ +# $Id: Makefile,v 1.45.2.1 1997/06/05 21:23:49 jkh Exp $ # # Doing a make install builds /usr/include # @@ -81,12 +81,12 @@ beforeinstall: ${SHARED} .endfor copies: -.for i in ${LDIRS} ${UDIRS} ${LUDIR} machine +.for i in ${LDIRS} ${LUDIR} ${UDIRS} machine if [ -h ${DESTDIR}/usr/include/$i ]; then \ rm -f ${DESTDIR}/usr/include/$i; \ fi .endfor -.for i in ${LDIRS} ${UDIRS} ${LUDIR} machine +.for i in ${LDIRS} ${LUDIR} ${UDIRS} machine if [ ! -d ${DESTDIR}/usr/include/$i ]; then \ mkdir ${DESTDIR}/usr/include/$i; \ chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$i; \ |
