X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Ftouchy%2FMakefile;h=a88606a1c96f85a5a0d201c2db0edd8bc629fb6d;hb=8aaa9ef471cadbc79fca58b234b198065f650dcf;hp=d2430df162b8b64a9e0a4a9f1d66d1f9bff3c448;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/touchy/Makefile b/utils/touchy/Makefile index d2430df..a88606a 100644 --- a/utils/touchy/Makefile +++ b/utils/touchy/Makefile @@ -1,3 +1,15 @@ +# ----------------------------------------------------------------------------- +# +# (c) 2009 The University of Glasgow +# +# This file is part of the GHC build system. +# +# To understand how the build system works and how to modify it, see +# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture +# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying +# +# ----------------------------------------------------------------------------- + # # Substitute for 'touch' on win32 platforms (without an Unix toolset installed). # @@ -18,3 +30,8 @@ include $(TOP)/mk/target.mk # Get it over with! boot :: all +binary-dist: + $(INSTALL_DIR) $(BIN_DIST_DIR)/utils/touchy + $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/utils/touchy/ + $(INSTALL_PROGRAM) $(C_PROG) $(BIN_DIST_DIR)/utils/touchy/ +