summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-06 16:36:48 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-06 16:36:48 +0000
commit73be7f9ef4b22e6250b77dda2d1a72245f6ce36d (patch)
tree284e19238aa2e6c954866950231de2c2442fd432 /Makefile
parent8019956f609ac365798373631e0ff76e2b8b6aab (diff)
downloadbuildroot-novena-73be7f9ef4b22e6250b77dda2d1a72245f6ce36d.tar.gz
buildroot-novena-73be7f9ef4b22e6250b77dda2d1a72245f6ce36d.zip
- make sure to download fakeroot if needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)
#############################################################
#