diff options
Diffstat (limited to 'utils/touchy')
-rw-r--r-- | utils/touchy/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/touchy/ghc.mk b/utils/touchy/ghc.mk index 3e5bb84cbc..fc9c845c8d 100644 --- a/utils/touchy/ghc.mk +++ b/utils/touchy/ghc.mk @@ -12,6 +12,6 @@ utils/touchy_dist_C_SRCS = touchy.c utils/touchy_dist_PROG = $(GHC_TOUCHY_PGM) -utils/touchy_dist_LIBEXEC = YES +utils/touchy_dist_TOPDIR = YES utils/touchy_dist_INSTALL = YES $(eval $(call build-prog,utils/touchy,dist,0)) |