mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-25 07:32:36 +01:00
Fixed wrong re-generation of 'config-paths.h' file
There was a slight error in the generation of this this which led it to grow in size everytime the Makefile is regenerated.
This commit is contained in:
committed by
Carlos R. Mafra
parent
bb0c1f3035
commit
35a2ed24ec
@@ -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)" */' >> $@; \
|
||||
|
||||
Reference in New Issue
Block a user