aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-05-16 16:21:17 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-05-16 16:21:17 +0000
commit0a117278be74be04fce720e93277068203daa284 (patch)
treeef4feb32066048318938224bafa8faa7d37cfe49 /include
parent9ac5c14c93472b55f1a6e39814b12b4b2312a4b8 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 274dd2c4591ff..b1ffc6fcb49ea 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