minor fix
This commit is contained in:
parent
cbcc6401c6
commit
e0a08e502c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ bin_PROGRAMS= fluxbox
|
|||
BUILT_SOURCES = defaults.hh
|
||||
defaults.hh: Makefile
|
||||
echo '// This file is generated from makefile. Do not edit!' > defaults.hh
|
||||
echo '#define DEFAULTMENU "$(DEFAULTMENU)"' >> defaults.hh
|
||||
echo '#define DEFAULTMENU "$(DEFAULT_MENU)"' >> defaults.hh
|
||||
echo '#define DEFAULTSTYLE "$(DEFAULT_STYLE)"' >> defaults.hh
|
||||
echo '#define DEFAULTKEYSFILE "$(DEFAULT_KEYSFILE)"' >> defaults.hh
|
||||
echo '#define DEFAULT_INITFILE "$(pkgdatadir)/init"' >> defaults.hh
|
||||
|
|
Loading…
Reference in a new issue