ecere/net/Service: Avoiding problems when trying to start a Service already started
[sdk] / Makefile
index aeec4a7..f36bb17 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -323,6 +323,10 @@ endif
 endif
 
 eda: prepbinaries
+ifdef CROSS_TARGET
+       @$(call echo,Building EDA (host))
+       cd eda && $(MAKE) $(XBOOT)
+endif
        @$(call echo,Building EDA...)
        cd eda && $(MAKE)