From 0a117278be74be04fce720e93277068203daa284 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Fri, 16 May 2014 16:21:17 +0000 Subject: [PATCH] Actually avoid stage_includes target --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile b/include/Makefile index 274dd2c4591f..b1ffc6fcb49e 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