diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-04-29 23:52:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 10:17:53 -0500 |
commit | 8484e59e6b1dfe424d13f736c146aafbeac5cabf (patch) | |
tree | 6efccb09d5e41668313e779923e9dde79ecf258b /Makefile.in | |
parent | 065e2add9fd443ffaabc4ce66298714fec9756fb (diff) |
buildsys: pregen depends on xlocale
pt-initfini eventually depends on xlocale
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index de76c8f0f..245649cd0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,6 +29,7 @@ headers: endif # ifeq ($(HAVE_DOT_CONFIG),y) +include $(top_srcdir)extra/locale/Makefile.in include $(top_srcdir)ldso/Makefile.in include $(top_srcdir)libcrypt/Makefile.in include $(top_srcdir)libintl/Makefile.in @@ -39,7 +40,6 @@ include $(top_srcdir)libutil/Makefile.in include $(top_srcdir)libpthread/Makefile.in include $(top_srcdir)librt/Makefile.in include $(top_srcdir)libubacktrace/Makefile.in -include $(top_srcdir)extra/locale/Makefile.in # last included to catch all the objects added by others (locales/threads) include $(top_srcdir)libc/Makefile.in |