add missing progress message
authorSimon Marlow <simonmar@microsoft.com>
Mon, 26 Mar 2007 15:52:33 +0000 (15:52 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 26 Mar 2007 15:52:33 +0000 (15:52 +0000)
includes/Makefile

index 4e4a82b..e653d3e 100644 (file)
@@ -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 */'.