mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +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>
|
||||
|
||||
* statistics.pl: Added a Perl program to print the translation
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user