locale path

This commit is contained in:
fluxgen 2005-05-18 08:31:58 +00:00
parent 8bbf5e6eed
commit 9e34722e67

View file

@ -41,7 +41,6 @@ defaults.hh: Makefile
echo '#define DEFAULTSTYLE "$(DEFAULT_STYLE)"'; \
echo '#define DEFAULTKEYSFILE "$(DEFAULT_KEYSFILE)"'; \
echo '#define DEFAULT_INITFILE "$(DEFAULT_INITFILE)"'; \
echo '#define LOCALEPATH "$(pkgdatadir)/nls"'; \
echo 'const char* svnversion(void);' ) > defaults.hh
defaults.cc: force