From 62eb403e4626188a011cba4ed4c31a542737ff01 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 13 May 1997 18:11:38 +0000 Subject: [PATCH] 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 --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9695dca879fb..d7fa5acf8c90 100644 --- a/Makefile +++ b/Makefile @@ -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