From 73be7f9ef4b22e6250b77dda2d1a72245f6ce36d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 6 Apr 2007 16:36:48 +0000 Subject: - make sure to download fakeroot if needed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6cb05d30c..5a30f26cd 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ $(TARGET_DIR): -find $(TARGET_DIR) -type d -name CVS | xargs rm -rf -find $(TARGET_DIR) -type d -name .svn | xargs rm -rf -source: $(TARGETS_SOURCE) +source: $(TARGETS_SOURCE) $(HOST_SOURCE) ############################################################# # -- cgit v1.2.3