|
@@ -22,7 +22,12 @@ $(ARCH_INCDIR)/%.h: %.h
|
|
$(INSTALL_DATA) $< $@
|
|
$(INSTALL_DATA) $< $@
|
|
|
|
|
|
ifneq ($(MINGW),)
|
|
ifneq ($(MINGW),)
|
|
|
|
+ifeq ($(wildcard $(TOOLSDIR)/g.echo$(EXE)),)
|
|
|
|
+# dummy path until g.echo.exe gets compiled and is needed
|
|
|
|
+mkpath = $(1);$(2)
|
|
|
|
+else
|
|
mkpath = $(shell $(TOOLSDIR)/g.echo$(EXE) $(1));$(2)
|
|
mkpath = $(shell $(TOOLSDIR)/g.echo$(EXE) $(1));$(2)
|
|
|
|
+endif
|
|
else
|
|
else
|
|
mkpath = $(1):$(2)
|
|
mkpath = $(1):$(2)
|
|
endif
|
|
endif
|