Makefile: fix typo (.empty files, not dirs)

This commit is contained in:
Peter Korsgaard 2008-03-30 20:48:13 +00:00
parent 01c5168579
commit 6a262b14ac

View File

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