mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Add missing host variable and fix installation of charset.alias
Add variable expanded from @host@ and use $(host) instead of @host@ in the gettext Makefile. Reported by zas.
This commit is contained in:
parent
9096886a67
commit
a5d205c047
@ -42,6 +42,8 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
||||
host = @host@
|
||||
|
||||
ASCIIDOC = @ASCIIDOC@
|
||||
AWK = @AWK@
|
||||
CATALOGS = @CATALOGS@
|
||||
|
@ -27,7 +27,7 @@ OBJS = \
|
||||
|
||||
# $(builddir)/charset.alias: $(srcdir)/config.charset
|
||||
$(builddir)/charset.alias: $(srcdir)/config.charset
|
||||
$(SHELL) $(srcdir)/config.charset '@host@' > $@.new
|
||||
$(SHELL) $(srcdir)/config.charset '$(host)' > $@.new
|
||||
mv $@.new $@
|
||||
|
||||
# FIXME: Building plural.c from plural.y on the fly doesn't work
|
||||
|
Loading…
Reference in New Issue
Block a user