summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-12 10:08:50 +0000
committerbde <bde@FreeBSD.org>1998-03-12 10:08:50 +0000
commitcd6b6787624bbf7d60238c3b630034034a9033eb (patch)
treea179794ee395b47cb0154e185f37f2d6359a445a /Makefile
parent2f6ffebcd60aed05d5c850e68079eb6858dfe2ba (diff)
downloadFreeBSD-src-cd6b6787624bbf7d60238c3b630034034a9033eb.zip
FreeBSD-src-cd6b6787624bbf7d60238c3b630034034a9033eb.tar.gz
Separated header creation from header installation in libss. Create
the libss headers before installing them in `make world'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd1f342..07f091d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.158 1998/02/19 00:24:43 nate Exp $
+# $Id: Makefile,v 1.159 1998/02/19 07:34:46 jb Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -530,7 +530,7 @@ includes:
.endif
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
- cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libss && ${MAKE} hdrs beforeinstall
cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libutil && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libvgl && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud