summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-11-12 03:32:26 +0100
committerDave Reisner <dreisner@archlinux.org>2012-11-12 03:32:26 +0100
commit368745497880f5ad4485df002ea7511b34a1c237 (patch)
treec30eb2a3f2bb45d480f18c4b132871285ff17801
parentb14dc048ed37d0e4dceccad838102af8c41b5b8d (diff)
downloadmkinitcpio-368745497880f5ad4485df002ea7511b34a1c237.tar.gz
mkinitcpio-368745497880f5ad4485df002ea7511b34a1c237.tar.xz
Makefile: remove non-existing files from clean target0.11.2
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3369f96..88f82db 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,6 @@ doc: $(MANPAGES)
-a manmanual="mkinitcpio manual" $<
clean:
- $(RM) -r build mkinitcpio-$(VERSION)
$(RM) mkinitcpio-${VERSION}.tar.gz $(MANPAGES)
dist: doc