Remove stray 1 in rules.mk

This commit is contained in:
Christophe de Dinechin 2017-05-01 17:20:29 +02:00
parent 28c8dda7c6
commit cbae7427e8
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ logs.mkdir: $(dir $(BUILD_LOG))/.mkdir $(dir $(BUILD_SAVED_LOG))/.mkdir
ifneq ($(filter $(MAKECMDGOALS:/=),$(SUBDIRS)),)
$(MAKECMDGOALS): deep_build
1 $(PRINT_COMMAND) cd $@ && make
$(PRINT_COMMAND) cd $@ && make
endif