X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2FMakefile.in;h=4e192d87ea40a41e05b09377a522852b546ee3c5;hb=eb93c35b1ca7e48282e20bb8835bb779ce67dd83;hp=d531a3fcf51e8082a23b1c443788a7f9a0205cb3;hpb=ec219ac8c8d7d91ba55c15a3ed5238648635b90f;p=fw%2Fsdcc diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index d531a3fc..4e192d87 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -12,10 +12,10 @@ CPP = @CPP@ INSTALL = @INSTALL@ CP = @CP@ -ifeq ($(shell uname -s),SunOS) -CP_U = $(CP) -else +ifeq ($(shell uname -s),Linux) CP_U = $(CP) -u +else +CP_U = $(CP) endif PRJDIR = ../..