summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-04-25 14:32:22 +0000
committerandreas <andreas@FreeBSD.org>1998-04-25 14:32:22 +0000
commit62cdd552825df7968135f3c8410493e4c16a94ab (patch)
treed16c79c774f369c5099e91e0f62fa2d00277db6c /Makefile
parentdff88555004347a74a14938c788cf3f1cd019118 (diff)
downloadFreeBSD-src-62cdd552825df7968135f3c8410493e4c16a94ab.zip
FreeBSD-src-62cdd552825df7968135f3c8410493e4c16a94ab.tar.gz
make includes has to execute "make beforeinstall" in src/lib/libcalendar
as well, otherwise "make depend" during "make buildworld" fails in usr.bin/ncal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccc3405..80474a4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.169 1998/04/19 13:44:52 dt Exp $
+# $Id: Makefile,v 1.170 1998/04/24 17:13:33 bde Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -526,6 +526,7 @@ includes:
.endif
cd ${.CURDIR}/lib/libalias && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libcalendar && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libdisk && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud