From 0fee9e90c2ea3accfaa521a303c6568ebf7baccc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Nov 2003 09:31:12 +0000 Subject: Thomas Cameron writes: this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch. --- make/ttcp.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/ttcp.mk') diff --git a/make/ttcp.mk b/make/ttcp.mk index 519f7bc4b..7ff5f6315 100644 --- a/make/ttcp.mk +++ b/make/ttcp.mk @@ -27,6 +27,8 @@ $(TARGET_DIR)/usr/bin/ttcp: $(TTCP_BUILD_DIR)/ttcp ttcp: $(TARGET_DIR)/usr/bin/ttcp +ttcp-source: $(DL_DIR)/$(TTCP_SOURCE) + ttcp-clean: rm -f $(TTCP_BUILD_DIR)/*.o $(TTCP_BUILD_DIR)/ttcp -- cgit v1.2.3