diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-02-01 16:21:52 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-02-01 16:21:52 +0000 |
| commit | bb20c765b8d50947e73ec9928c688bd54b02bddf (patch) | |
| tree | b84b9e5d7bc2bf4e37863fff58ed0d1f24fb39bf /include | |
| parent | 5b5cd0d201540dbfe5884f89bc6d9a5e09d6e439 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 9ca2f16d5ba0..d0d195d70204 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.45.2.6 1998/01/28 13:35:09 jkh Exp $ +# $Id: Makefile,v 1.45.2.7 1998/02/01 07:18:38 steve Exp $ # # Doing a make install builds /usr/include # @@ -77,7 +77,7 @@ installhdrs: >> osreldate.h .endif ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${.OBJDIR}\osreldate.h \ + ${.OBJDIR}/osreldate.h \ ${DESTDIR}/usr/include .for i in ${LFILES} ln -sf sys/$i ${DESTDIR}/usr/include/$i |
