| Submitter | Luca Ceresoli |
|---|---|
| Date | May 7, 2012, 8:12 p.m. |
| Message ID | <1336421563-5986-6-git-send-email-luca@lucaceresoli.net> |
| Download | mbox | patch |
| Permalink | /patch/157393/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/package/ttcp/ttcp.mk b/package/ttcp/ttcp.mk index 1acf120..247ad71 100644 --- a/package/ttcp/ttcp.mk +++ b/package/ttcp/ttcp.mk @@ -27,6 +27,9 @@ $(TTCP_DIR)/ttcp: $(TTCP_DIR)/.configured $(TARGET_DIR)/usr/bin/ttcp: $(TTCP_DIR)/ttcp cp -af $(TTCP_DIR)/ttcp $(TARGET_DIR)/usr/bin/ +ttcp-legal-info: + @$(call legal-warning-pkg,ttcp,cannot produce any legal info) + ttcp: $(TARGET_DIR)/usr/bin/ttcp ttcp-source: $(DL_DIR)/$(TTCP_SOURCE)
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> --- package/ttcp/ttcp.mk | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)