Skip to content
Snippets Groups Projects
Commit fdfb0c29 authored by ian@well-typed.com's avatar ian@well-typed.com
Browse files

Automatically add the $(exeext) to program names

We now define _PROGNAME, and _PROG is automatically defined with
$(exeext). This will shortly automatically use the right exeext
depending on what stage it is being compiled with (exeext may be
different for different stages when cross-compiling).
parent 7837efa9
No related branches found
No related tags found
No related merge requests found
...@@ -14,5 +14,5 @@ utils/hpc_USES_CABAL = YES ...@@ -14,5 +14,5 @@ utils/hpc_USES_CABAL = YES
utils/hpc_PACKAGE = hpc-bin utils/hpc_PACKAGE = hpc-bin
utils/hpc_dist-install_INSTALL = YES utils/hpc_dist-install_INSTALL = YES
utils/hpc_dist-install_INSTALL_INPLACE = YES utils/hpc_dist-install_INSTALL_INPLACE = YES
utils/hpc_dist-install_PROG = hpc$(exeext) utils/hpc_dist-install_PROGNAME = hpc
$(eval $(call build-prog,utils/hpc,dist-install,1)) $(eval $(call build-prog,utils/hpc,dist-install,1))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment