diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-16 16:21:17 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-16 16:21:17 +0000 |
| commit | 0a117278be74be04fce720e93277068203daa284 (patch) | |
| tree | ef4feb32066048318938224bafa8faa7d37cfe49 /include/Makefile | |
| parent | 9ac5c14c93472b55f1a6e39814b12b4b2312a4b8 (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 274dd2c4591f..b1ffc6fcb49e 100644 --- a/include/Makefile +++ b/include/Makefile @@ -130,7 +130,7 @@ NO_STAGE_INCLUDES= .if make(all) DESTDIR= ${STAGE_OBJTOP} -all: stage_includes +all: stage_include installincludes: buildincludes buildincludes: stage_prep @@ -138,7 +138,7 @@ stage_prep: @mkdir -p ${DESTDIR}${INCLUDEDIR} @touch $@ -stage_includes: .dirdep installincludes +stage_include: .dirdep installincludes @touch $@ .endif .endif |
