aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-28 11:40:22 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-28 11:40:22 -0500
commit049438dfb72a957a119d22636da87645f3736a5f (patch)
treeee0e2afdf475c96718af8e05b69dd3e1d5803695 /Makefile
parent63039f5ab30dec04023c477f3f36ac68262e3294 (diff)
Improve the Configure.pl closing method (Tene++ for noticing).
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)