From 049438dfb72a957a119d22636da87645f3736a5f Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 28 Jul 2010 11:40:22 -0500 Subject: Improve the Configure.pl closing method (Tene++ for noticing). --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.1