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/hotplug.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/hotplug.mk') diff --git a/make/hotplug.mk b/make/hotplug.mk index 7f02fe052..e13a6025d 100644 --- a/make/hotplug.mk +++ b/make/hotplug.mk @@ -28,7 +28,7 @@ $(TARGET_DIR)/sbin/hotplug: $(HOTPLUG_DIR)/hotplug hotplug: uclibc $(TARGET_DIR)/sbin/hotplug -ext2root-source: $(DL_DIR)/$(HOTPLUG_SOURCE) +hotplug-source: $(DL_DIR)/$(HOTPLUG_SOURCE) hotplug-clean: rm -f $(TARGET_DIR)/sbin/hotplug -- cgit v1.2.3