diff options
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 */'. |