- fix whitespace damage..

This commit is contained in:
Bernhard Reutner-Fischer 2007-08-21 10:53:39 +00:00
parent 0338040243
commit 7547c7ebae

View File

@ -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