From: N. Brouard Date: Sat, 3 Jan 2015 16:16:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~388 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=7c606e1e4df3d4ddefe80f18371bbd1e2a80f005;p=.git *** empty log message *** --- 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