summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:34:13 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:34:13 +0100
commit471c6922290e257b69bc01efcd792abdb1d61e72 (patch)
treebaaf7824b6316b92a8820818468e610d364a7667 /Makefile
parentbf9761e49891594261ae2de69c796ecc8caf5d4c (diff)
downloaddrakiso-471c6922290e257b69bc01efcd792abdb1d61e72.tar
drakiso-471c6922290e257b69bc01efcd792abdb1d61e72.tar.gz
drakiso-471c6922290e257b69bc01efcd792abdb1d61e72.tar.bz2
drakiso-471c6922290e257b69bc01efcd792abdb1d61e72.tar.xz
drakiso-471c6922290e257b69bc01efcd792abdb1d61e72.zip
drop useless rm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0738203..cfb3e5e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ clean:
dist: dis
dis: clean
- rm -f ../$(NAME)-$(VERSION)*.tar*
@if [ -e ".svn" ]; then \
$(MAKE) dist-svn; \
elif [ -e ".git" ]; then \