--- imach/src/Makefile 2014/12/23 11:17:26 1.49 +++ imach/src/Makefile 2015/01/03 16:16:07 1.50 @@ -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