mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
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
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user