diff options
author | peter <peter@FreeBSD.org> | 1997-05-13 18:11:38 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-05-13 18:11:38 +0000 |
commit | 837dcb79a733a479c8b0d9e4f8736004e8166220 (patch) | |
tree | 0e3b3898d95090d85b8c9b3298625808f15eeada /Makefile | |
parent | 0ba97092680c4808043fa1343bdae20bee46f511 (diff) | |
download | FreeBSD-src-837dcb79a733a479c8b0d9e4f8736004e8166220.zip FreeBSD-src-837dcb79a733a479c8b0d9e4f8736004e8166220.tar.gz |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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: # -DCLOBBER will remove /usr/include @@ -381,8 +381,7 @@ includes: mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \ -p ${DESTDIR}/usr/include .endif - cd ${.CURDIR}/include/rpcsvc && ${MAKE} all - cd ${.CURDIR}/include && ${MAKE} install + cd ${.CURDIR}/include && ${MAKE} all install cd ${.CURDIR}/gnu/include && ${MAKE} install cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libregex && ${MAKE} beforeinstall |