change ?= to =, because the Solaris make(1) does not know it.

This commit is contained in:
Roland Illig 2005-07-22 23:40:16 +00:00
parent df1477f1ec
commit 20bc9ef7f9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-07-22 Roland Illig <roland.illig@gmx.de>
* Makevars: change ?= to =, because the Solaris make(1) does not
know it.
2005-07-22 Roland Illig <roland.illig@gmx.de>
* statistics.pl: Added a Perl program to print the translation

View File

@ -41,6 +41,6 @@ MSGID_BUGS_ADDRESS = mc-devel@gnome.org
EXTRA_LOCALE_CATEGORIES =
# Suppress location information by default
MSGMERGE_FLAGS ?= --no-location
MSGMERGE_FLAGS = --no-location
MSGMERGE = msgmerge ${MSGMERGE_FLAGS}
MSGMERGE_UPDATE = msgmerge --update ${MSGMERGE_FLAGS}