Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8814ba4..e87ba74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ src-zip:
unix2dos $(SRC_PACKAGE_DIR)/AUTHORS.txt
unix2dos $(SRC_PACKAGE_DIR)/COPYING.txt
rm -rf $(SRC_PACKAGE_DIR)/Test
- rm $(SRC_PACKAGE_DIR)/configure.ac
+ rm -f $(SRC_PACKAGE_DIR)/configure.ac
cd $(SRC_PACKAGE_DIR) && for fi in `find . -name Makefile.am`; do rm $$fi; done
cd $(SRC_PACKAGE_DIR) && zip -r ../$(SRC_PACKAGE_DIR).zip *