diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-16 02:14:15 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-16 02:14:15 +0000 |
| commit | 58857dfcb98e80981d602f553d5f79c5c736a2f7 (patch) | |
| tree | 56ffc80bd6818b55c02ba4953053973d00cd1545 | |
| parent | 58bcfe41d35ac9c437f514a929327e859429fbae (diff) | |
Notes
| -rw-r--r-- | share/mk/bsd.subdir.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index 8631e656c0f1c..d490845464430 100644 --- a/share/mk/bsd.subdir.mk +++ b/share/mk/bsd.subdir.mk @@ -89,6 +89,7 @@ ${__stage}install: install: beforeinstall realinstall afterinstall .ORDER: beforeinstall realinstall afterinstall .endif +.ORDER: all install # SUBDIR recursing may be disabled for MK_DIRDEPS_BUILD .if !target(_SUBDIR) |
