Actually avoid stage_includes target

This commit is contained in:
Simon J. Gerraty 2014-05-16 16:21:17 +00:00
parent 9ac5c14c93
commit 0a117278be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=266260

View File

@ -130,7 +130,7 @@ NO_STAGE_INCLUDES=
.if make(all) .if make(all)
DESTDIR= ${STAGE_OBJTOP} DESTDIR= ${STAGE_OBJTOP}
all: stage_includes all: stage_include
installincludes: buildincludes installincludes: buildincludes
buildincludes: stage_prep buildincludes: stage_prep
@ -138,7 +138,7 @@ stage_prep:
@mkdir -p ${DESTDIR}${INCLUDEDIR} @mkdir -p ${DESTDIR}${INCLUDEDIR}
@touch $@ @touch $@
stage_includes: .dirdep installincludes stage_include: .dirdep installincludes
@touch $@ @touch $@
.endif .endif
.endif .endif