diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-02 09:39:12 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-02 09:39:12 +0000 |
| commit | 851011031438825b7094c291837fd8d7816f66c8 (patch) | |
| tree | ac41736003372d099644c2ee5b85ba475d343b41 /include/Makefile | |
| parent | bcdf3adee7276a1165e7802871b007ac63b7a18b (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 6a95233879540..18caa3f947a05 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.67 1997/10/03 18:10:35 markm Exp $ +# $Id: Makefile,v 1.68 1998/01/01 23:17:05 steve Exp $ # # Doing a make install builds /usr/include # @@ -78,7 +78,7 @@ beforeinstall: ${SHARED} ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${RPCFILES} ${DESTDIR}/usr/include/rpc ${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 |
