Hi,
host-lrzsz (which is always enabled) won't compile unless (target-)lrzsz
is also enabled because its Makefile misses a dependency for its
sources:
Index: rules/host-lrzsz.make
===================================================================
--- rules/host-lrzsz.make (revision 8655)
+++ rules/host-lrzsz.make (working copy)
@@ -23,7 +23,7 @@
# Get
# ----------------------------------------------------------------------------
-$(STATEDIR)/host-lrzsz.get:
+$(STATEDIR)/host-lrzsz.get: $(STATEDIR)/lrzsz.get
@$(call targetinfo, $@)
@$(call touch, $@)
Enrik
--
ptxdist mailing list
[email protected]