Skip to content

Commit 5a64781

Browse files
committed
Makefile: Add locale genration to TARGET_TARGETS
The locales need to be generated by the target-generation make target. Signed-off-by: Jeremy Kerr <[email protected]>
1 parent 4320b18 commit 5a64781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ include $(BR2_EXTERNAL)/external.mk
396396

397397
ifeq ($(BR2_TOOLCHAIN_USES_GLIBC),y)
398398
ifneq ($(GENERATE_LOCALE),)
399-
TARGETS += target-generatelocales
399+
TARGET_TARGETS += target-generatelocales
400400
endif
401401
endif
402402

0 commit comments

Comments
 (0)