From 5801d000d4f149fd924274261f63cdc1be62b013 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Mon, 10 Jan 2005 00:56:15 +0000 Subject: [PATCH] Added -a switch to cp so that it behaves like Copy CLONE. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14800 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/GNUmakefile.os4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/GNUmakefile.os4 b/library/GNUmakefile.os4 index 0115d83..5f37ddc 100644 --- a/library/GNUmakefile.os4 +++ b/library/GNUmakefile.os4 @@ -1,5 +1,5 @@ # -# $Id: GNUmakefile.os4,v 1.19 2004-12-26 10:28:56 obarthel Exp $ +# $Id: GNUmakefile.os4,v 1.20 2005-01-10 00:56:15 theantony Exp $ # # :ts=8 # @@ -15,7 +15,7 @@ NET_INCLUDE = netinclude CC = ppc-amigaos-gcc AR = ppc-amigaos-ar -q RANLIB = ppc-amigaos-ranlib -COPY = cp +COPY = cp -a DELETE = rm -r MAKEDIR = mkdir