svn commit: r266260 - projects/bmake/include
Simon J. Gerraty
sjg at FreeBSD.org
Fri May 16 16:21:18 UTC 2014
Author: sjg
Date: Fri May 16 16:21:17 2014
New Revision: 266260
URL: http://svnweb.freebsd.org/changeset/base/266260
Log:
Actually avoid stage_includes target
Modified:
projects/bmake/include/Makefile
Modified: projects/bmake/include/Makefile
==============================================================================
--- projects/bmake/include/Makefile Fri May 16 16:17:06 2014 (r266259)
+++ projects/bmake/include/Makefile Fri May 16 16:21:17 2014 (r266260)
@@ -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
More information about the svn-src-projects
mailing list