From fbc047b8394df8e59049a43e4925e61aa3ff9360 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Thu, 29 Jul 2010 16:17:53 +0200 Subject: remove linuxism in Makefile (cp -u) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 57a3cb8..43d8903 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ version_check: always: $(DISTDIR): always - cp -auv skel $(DISTDIR) + cp -av skel $(DISTDIR) $(PARROT_DIR): $(PARROT_TGZ) tar -C $(DISTDIR) -xvzf $(PARROT_TGZ) -- cgit v1.1