From 7c606e1e4df3d4ddefe80f18371bbd1e2a80f005 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Sat, 3 Jan 2015 16:16:07 +0000 Subject: [PATCH] *** empty log message *** --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 9341c3f..e8f97b3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -203,6 +203,7 @@ LFLAGSOPT= -O3 -g -lm UNIX2DOS= unix2dos SETUPCOMP= wine "C:////Program Files////Inno Setup 4////Compil32.exe" BINVERSION=LINUXnative +CP= cp endif SED= sed @@ -350,7 +351,7 @@ imachopt : imachopt.o $(CC) $(LFLAGSOPT) -o imachopt imachopt.o ln -f imachopt imach $(CP) imachopt Output/imachopt$(VERSION)-$(BINVERSION) - cp -f imach ../bin + $(CP) -f imach ../bin ifdef _intel64onosx $(CP) imachopt Output/imachopt$(VERSION)-$(BINVERSION) endif -- 2.43.0