tarball,crossplatform.mk: improve cross-platform shell command functions. let errors...
[sdk] / eda / libeda / EDA.epj
index 27ea2c6..0c2f834 100644 (file)
             ],
             "FastMath" : true,
             "PostbuildCommands" : [
-               "$(call cpq,$(TARGET),../../$(SODESTDIR))"
+               "$(call cp,$(TARGET),../../$(SODESTDIR))"
             ],
             "InstallCommands" : [
-               "$(call cpq,$(TARGET),\"$(DESTLIBDIR)/ec/\")",
+               "$(call cp,$(TARGET),\"$(DESTLIBDIR)/ec/\")",
                "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/ec/$(LP)$(MODULE)$(SO).0)",
                "$(if $(WINDOWS_HOST),,ln -sf $(LP)$(MODULE)$(SOV) $(DESTLIBDIR)/ec/$(LP)$(MODULE)$(SO))"
             ]