Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2014 16:21:17 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r266260 - projects/bmake/include
Message-ID:  <201405161621.s4GGLHW6035275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405161621.s4GGLHW6035275>