aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-12 10:08:50 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-12 10:08:50 +0000
commit46986e68888861fdc8c29db67b53eec72b216811 (patch)
tree57705755c714b1ec6df951ede485af33b447dc61 /Makefile
parent7762bc7bdff67e6d4d18b1e2a36389ffc5d36915 (diff)
downloadsrc-46986e68888861fdc8c29db67b53eec72b216811.tar.gz
src-46986e68888861fdc8c29db67b53eec72b216811.zip
Separated header creation from header installation in libss. Create
the libss headers before installing them in `make world'.
Notes
Notes: svn path=/head/; revision=34508
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd1f3427619b..07f091dd87ce 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