diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-03-26 15:52:33 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-03-26 15:52:33 +0000 |
commit | f7bcfb698d9a895a168fd29eefd7dba8fd9be849 (patch) | |
tree | abbe7531410f07951e8b578a406b248f3d223d62 /includes/Makefile | |
parent | d52ec21d7ef5dc077f406cd17e57116b9f83fa18 (diff) | |
download | haskell-f7bcfb698d9a895a168fd29eefd7dba8fd9be849.tar.gz |
add missing progress message
Diffstat (limited to 'includes/Makefile')
-rw-r--r-- | includes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Makefile b/includes/Makefile index 4e4a82b7a1..e653d3e9fe 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 */'. |