summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2014-05-16 16:21:17 +0000
committersjg <sjg@FreeBSD.org>2014-05-16 16:21:17 +0000
commit8a092babdb3e389661cd993a777a1c06a345bfd0 (patch)
treeef4feb32066048318938224bafa8faa7d37cfe49 /include
parentec700dd3abfef93ce4c5793798f3f1f0232a136c (diff)
downloadFreeBSD-src-8a092babdb3e389661cd993a777a1c06a345bfd0.zip
FreeBSD-src-8a092babdb3e389661cd993a777a1c06a345bfd0.tar.gz
Actually avoid stage_includes target
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 274dd2c..b1ffc6f 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
OpenPOWER on IntegriCloud