diff --git a/Makefile b/Makefile index 7e90a38..f44a35a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include ../Makefile.conf build: -ifneq ($(NEWLIB),1) +ifeq ($(NEWLIB),1) make -C mlibc build else mkdir -p out