Makefile: fix typo (.empty files, not dirs)
This commit is contained in:
parent
01c5168579
commit
6a262b14ac
2
Makefile
2
Makefile
@ -330,7 +330,7 @@ $(PROJECT_BUILD_DIR)/.root:
|
||||
fi
|
||||
-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
|
||||
-find $(TARGET_DIR) -type d -name .svn | xargs rm -rf
|
||||
-find $(TARGET_DIR) -type d -name .empty | xargs rm -rf
|
||||
-find $(TARGET_DIR) -type f -name .empty | xargs rm -rf
|
||||
touch $@
|
||||
|
||||
$(TARGET_DIR): $(PROJECT_BUILD_DIR)/.root
|
||||
|
Loading…
Reference in New Issue
Block a user