From: Simon Marlow Date: Mon, 26 Mar 2007 15:52:33 +0000 (+0000) Subject: add missing progress message X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f7bcfb698d9a895a168fd29eefd7dba8fd9be849 add missing progress message --- diff --git a/includes/Makefile b/includes/Makefile index 4e4a82b..e653d3e 100644 --- a/includes/Makefile +++ b/includes/Makefile @@ -55,6 +55,7 @@ else $(H_CONFIG) : $(FPTOOLS_TOP)/mk/config.h $(FPTOOLS_TOP)/mk/config.mk $(H_CONFIG) : Makefile + @echo "Creating $@..." @echo "#ifndef __GHCAUTOCONF_H__" >$@ @echo "#define __GHCAUTOCONF_H__" >>$@ # Turn '#define PACKAGE_FOO "blah"' into '/* #undef PACKAGE_FOO */'.