diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-01-31 12:05:03 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-02-01 08:58:23 +0000 |
commit | b0fad0c580e0dd52d73743a877608af60408ec89 (patch) | |
tree | 2f99023a67843c3c1216230385e7271d9c60e6a7 /utils | |
parent | c0f96bdcf16866d91941802649d470176dcf9e7a (diff) | |
download | haskell-b0fad0c580e0dd52d73743a877608af60408ec89.tar.gz |
add $(CrossCompilePrefix) to hp2ps (#7639)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/hp2ps/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hp2ps/ghc.mk b/utils/hp2ps/ghc.mk index 59791c840d..097f912dcb 100644 --- a/utils/hp2ps/ghc.mk +++ b/utils/hp2ps/ghc.mk @@ -16,7 +16,7 @@ utils/hp2ps_dist_C_SRCS = AreaBelow.c Curves.c Error.c Main.c \ Axes.c Dimensions.c Key.c PsFile.c Shade.c \ Utilities.c utils/hp2ps_dist_EXTRA_LIBRARIES = m -utils/hp2ps_dist_PROG = hp2ps$(exeext) +utils/hp2ps_dist_PROG = $(CrossCompilePrefix)hp2ps$(exeext) utils/hp2ps_dist_INSTALL = YES utils/hp2ps_dist_INSTALL_INPLACE = YES |