diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-20 19:57:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-20 19:57:05 +0100 |
commit | b39b5151b937c4d36ff293b62cee988378245fac (patch) | |
tree | 3145e0981d7a2fdf6bb7a25141fb2f366fa1e33f /libintl/Makefile | |
parent | 4fa7ed9388f3ca81d97cad2099a6f9fa9f8098de (diff) |
add stub implementation for libintl/gettext
These adds the stubs from gettext-tiny 0.0.5
from here:
https://github.com/sabotage-linux/gettext-tiny
Diffstat (limited to 'libintl/Makefile')
-rw-r--r-- | libintl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libintl/Makefile b/libintl/Makefile new file mode 100644 index 000000000..1ffc16ee3 --- /dev/null +++ b/libintl/Makefile @@ -0,0 +1,9 @@ +# Makefile for uClibc-ng +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +top_srcdir=../ +top_builddir=../ +include $(top_builddir)Rules.mak +all: libs +include Makefile.in +include $(top_srcdir)Makerules |