mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
gettext: fix toolchain build.
This commit is contained in:
@@ -89,7 +89,7 @@ ifeq "$(ROOT)" ""
|
||||
cd $(DIR_APP) && make $(EXTRA_INSTALL) install
|
||||
else
|
||||
cd $(DIR_APP)/gettext-tools && ./configure $(EXTRA_CONFIG)
|
||||
cd $(DIR_APP)/gettext-tools && make -C lib
|
||||
cd $(DIR_APP)/gettext-tools && make -C gnulib-lib
|
||||
cd $(DIR_APP)/gettext-tools && make -C src msgfmt
|
||||
cd $(DIR_APP)/gettext-tools && cp -v src/msgfmt /tools/bin
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user