Skip to content

Commit

Permalink
Make the "build" target depend on "beforeinstall", ensuring that all
Browse files Browse the repository at this point in the history
directories have been created for the installation of the include files.
  • Loading branch information
thorpej committed Oct 27, 1997
1 parent e1e4444 commit 0017b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.42 1997/05/31 21:21:13 cjs Exp $
# $NetBSD: Makefile,v 1.43 1997/10/27 18:06:39 thorpej Exp $

.include <bsd.own.mk> # for configuration variables.

Expand Down Expand Up @@ -40,7 +40,7 @@ afterinstall:
(cd ${.CURDIR}/share/man && ${MAKE} makedb)
.endif

build:
build: beforeinstall
(cd ${.CURDIR}/share/mk && ${MAKE} install)
${MAKE} includes
.if !defined(UPDATE)
Expand Down

0 comments on commit 0017b89

Please sign in to comment.