diff --git a/Makefile.am b/Makefile.am index f73e6cc3..f34fcd68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,8 @@ config.h: config-paths.h config-paths.h: Makefile @echo "Generating $@" + @echo '/* this is a generated file - do not edit */' > $@ + @echo '' >> $@ @echo '/* gettext domain used for menu translations */' >> $@ @if test -z "$(menutextdomain)"; then \ echo '/* #undef MENU_TEXTDOMAIN "$(menutextdomain)" */' >> $@; \