mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
change ?= to =, because the Solaris make(1) does not know it.
This commit is contained in:
parent
df1477f1ec
commit
20bc9ef7f9
@ -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>
|
2005-07-22 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
* statistics.pl: Added a Perl program to print the translation
|
* statistics.pl: Added a Perl program to print the translation
|
||||||
|
@ -41,6 +41,6 @@ MSGID_BUGS_ADDRESS = mc-devel@gnome.org
|
|||||||
EXTRA_LOCALE_CATEGORIES =
|
EXTRA_LOCALE_CATEGORIES =
|
||||||
|
|
||||||
# Suppress location information by default
|
# Suppress location information by default
|
||||||
MSGMERGE_FLAGS ?= --no-location
|
MSGMERGE_FLAGS = --no-location
|
||||||
MSGMERGE = msgmerge ${MSGMERGE_FLAGS}
|
MSGMERGE = msgmerge ${MSGMERGE_FLAGS}
|
||||||
MSGMERGE_UPDATE = msgmerge --update ${MSGMERGE_FLAGS}
|
MSGMERGE_UPDATE = msgmerge --update ${MSGMERGE_FLAGS}
|
||||||
|
Loading…
Reference in New Issue
Block a user