diff --git a/Makefile b/Makefile index c0cf5d0..c6b157c 100644 --- a/Makefile +++ b/Makefile @@ -892,7 +892,7 @@ ifeq (,$(wildcard $(BUILD)/gcc/_done)) $(BUILD)/newlib/newlib/Makefile: $(BUILD)/gcc/_done endif -$(BUILD)/newlib/newlib/Makefile: projects/newlib-cygwin/configure +$(BUILD)/newlib/newlib/Makefile: projects/newlib-cygwin/newlib/configure @mkdir -p $(BUILD)/newlib/newlib $(L0)"configure newlib"$(L1) cd $(BUILD)/newlib/newlib && $(NEWLIB_CONFIG) CFLAGS="$(CFLAGS_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS_FOR_TARGET)" $(PWD)/projects/newlib-cygwin/newlib/configure --host=m68k-amigaos --prefix=$(PREFIX) --enable-newlib-io-long-long --enable-newlib-io-c99-formats --enable-newlib-reent-small --enable-newlib-mb $(L2)