aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6cfb74b..c94817e 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,8 @@ version_check:
always:
-$(DISTDIR):
- cp -a skel $(DISTDIR)
+$(DISTDIR): always
+ cp -auv skel $(DISTDIR)
$(PARROT_DIR): $(PARROT_TGZ)
tar -C $(DISTDIR) -xvzf $(PARROT_TGZ)