]> henry.ined.fr Git - .git/commitdiff
*** empty log message ***
authorN. Brouard <brouard@ined.fr>
Sat, 3 Jan 2015 16:16:07 +0000 (16:16 +0000)
committerN. Brouard <brouard@ined.fr>
Sat, 3 Jan 2015 16:16:07 +0000 (16:16 +0000)
src/Makefile

index 9341c3feb9766cdac8541b6ffe1958b6a37849e1..e8f97b3d71172b929a7de0a7d9c3698b699a3f41 100644 (file)
@@ -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