X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Ftouchy%2FMakefile;fp=utils%2Ftouchy%2FMakefile;h=d2430df162b8b64a9e0a4a9f1d66d1f9bff3c448;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=0000000000000000000000000000000000000000;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/utils/touchy/Makefile b/utils/touchy/Makefile new file mode 100644 index 0000000..d2430df --- /dev/null +++ b/utils/touchy/Makefile @@ -0,0 +1,20 @@ +# +# Substitute for 'touch' on win32 platforms (without an Unix toolset installed). +# +TOP=../.. +include $(TOP)/mk/boilerplate.mk + +C_SRCS=touchy.c +C_PROG=touchy +SRC_CC_OPTS += -O + +# +# Install touchy in lib/.* +# +INSTALL_LIBEXECS += $(C_PROG) + +include $(TOP)/mk/target.mk + +# Get it over with! +boot :: all +