Dont create TARGET_DIR if it exists

This commit is contained in:
Ulf Samuelsson 2007-08-16 11:18:29 +00:00
parent 18199aa7b6
commit ceef40146f
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ endif
@mkdir -p $(STAGING_DIR)/usr/include
$(PROJECT_BUILD_DIR)/.root:
mkdir $(TARGET_DIR)
mkdir -p $(TARGET_DIR)
if ! [ -d "$(TARGET_DIR)/bin" ] ; then \
if [ -d "$(TARGET_SKELETON)" ] ; then \
cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/; \