Forgot to commit this.. Do a 'make all' in src/include before trying
to install it. Otherwise osreldate.h breaks. Pointed out by: Doug Rabson <dfr@nlsystems.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.123 1997/05/03 02:51:58 jb Exp $
|
# $Id: Makefile,v 1.124 1997/05/10 06:53:40 bde Exp $
|
||||||
#
|
#
|
||||||
# Make command line options:
|
# Make command line options:
|
||||||
# -DCLOBBER will remove /usr/include
|
# -DCLOBBER will remove /usr/include
|
||||||
@@ -381,8 +381,7 @@ includes:
|
|||||||
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
|
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
|
||||||
-p ${DESTDIR}/usr/include
|
-p ${DESTDIR}/usr/include
|
||||||
.endif
|
.endif
|
||||||
cd ${.CURDIR}/include/rpcsvc && ${MAKE} all
|
cd ${.CURDIR}/include && ${MAKE} all install
|
||||||
cd ${.CURDIR}/include && ${MAKE} install
|
|
||||||
cd ${.CURDIR}/gnu/include && ${MAKE} install
|
cd ${.CURDIR}/gnu/include && ${MAKE} install
|
||||||
cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
|
cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
|
||||||
cd ${.CURDIR}/gnu/lib/libregex && ${MAKE} beforeinstall
|
cd ${.CURDIR}/gnu/lib/libregex && ${MAKE} beforeinstall
|
||||||
|
|||||||
Reference in New Issue
Block a user