diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 03:29:48 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 03:29:48 +0000 |
| commit | 084d09e5a16a1d9640f74f0e360f5790f756d02b (patch) | |
| tree | 8777c78c553e07d214c218d85d23404f6fa0dc30 | |
| parent | bbf4938c3e08c20be34729841cc3029b07d80c5d (diff) | |
| download | uClibc-alpine-084d09e5a16a1d9640f74f0e360f5790f756d02b.tar.bz2 uClibc-alpine-084d09e5a16a1d9640f74f0e360f5790f756d02b.tar.xz | |
Copy from trunk.
| -rw-r--r-- | extra/Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/Makefile.in b/extra/Makefile.in new file mode 100644 index 000000000..682168dbc --- /dev/null +++ b/extra/Makefile.in @@ -0,0 +1,10 @@ +# Makefile for uClibc +# +# Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +include $(top_srcdir)extra/locale/Makefile.in +include $(top_srcdir)extra/config/Makefile.in |
