* device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on ppc-osx (Darwin) does...
[fw/sdcc] / device / lib / Makefile.in
index d531a3fcf51e8082a23b1c443788a7f9a0205cb3..4e192d87ea40a41e05b09377a522852b546ee3c5 100644 (file)
@@ -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         = ../..