summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cd0c40f02..6731c3807 100644
--- a/Makefile
+++ b/Makefile
@@ -133,9 +133,8 @@ endif
conf:
cp -r conf-tmpl conf
- rm -rf conf/.svn conf/*/.svn
cp -r save-tmpl save
- rm -rf save/.svn
+ rm -rf conf/.svn conf/*/.svn save/.svn
common: src/common/GNUmakefile
$(MAKE) -C src/$@ $(MKDEF)