From: Bernhard Reutner-Fischer Date: Tue, 21 Aug 2007 10:53:39 +0000 (-0000) Subject: - fix whitespace damage.. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7547c7ebaed257a8df5ed9dd13450969b3abe74a;p=buildroot.git - fix whitespace damage.. --- diff --git a/Makefile b/Makefile index e76804e94c..5402016db9 100644 --- a/Makefile +++ b/Makefile @@ -249,7 +249,7 @@ endif @mkdir -p $(STAGING_DIR)/usr/include $(PROJECT_BUILD_DIR)/.root: - mkdir -p $(TARGET_DIR) + mkdir -p $(TARGET_DIR) if ! [ -d "$(TARGET_DIR)/bin" ] ; then \ if [ -d "$(TARGET_SKELETON)" ] ; then \ cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/; \ @@ -258,7 +258,7 @@ $(PROJECT_BUILD_DIR)/.root: -find $(TARGET_DIR) -type d -name CVS | xargs rm -rf ; \ -find $(TARGET_DIR) -type d -name .svn | xargs rm -rf ; \ fi; - touch $@ + touch $@ $(TARGET_DIR): $(PROJECT_BUILD_DIR)/.root