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/sfdisk.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/sfdisk.mk') diff --git a/make/sfdisk.mk b/make/sfdisk.mk index a53e2071d..c6b5e632b 100644 --- a/make/sfdisk.mk +++ b/make/sfdisk.mk @@ -25,6 +25,8 @@ $(TARGET_DIR)/sbin/sfdisk: $(SFDISK_DIR)/sfdisk sfdisk: uclibc $(TARGET_DIR)/sbin/sfdisk +sfdisk-source: $(DL_DIR)/$(SFDISK_SOURCE) + sfdisk-clean: rm -f $(TARGET_DIR)/sbin/sfdisk -$(MAKE) -C $(SFDISK_DIR) clean -- cgit v1.2.3