diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 04:51:27 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 04:51:27 +0000 |
| commit | 7d5da69a273938190e19dcef4a634f502b868030 (patch) | |
| tree | 8eb0bad3e85dc3c5043319100335e51c171ca469 | |
| parent | 15a368310a06750b9ae7b4e318c21e5b4e64abc6 (diff) | |
| download | uClibc-alpine-7d5da69a273938190e19dcef4a634f502b868030.tar.bz2 uClibc-alpine-7d5da69a273938190e19dcef4a634f502b868030.tar.xz | |
Copy from trunk.
| -rw-r--r-- | extra/scripts/Makefile.utils.lvl1 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/scripts/Makefile.utils.lvl1 b/extra/scripts/Makefile.utils.lvl1 new file mode 100644 index 000000000..bdaea9fd4 --- /dev/null +++ b/extra/scripts/Makefile.utils.lvl1 @@ -0,0 +1,13 @@ +# Makefile for uClibc +# +# Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org> +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +# + +top_srcdir=../ +top_builddir=../ +include $(top_builddir)Rules.mak +all: utils +include Makefile.in +include $(top_srcdir)Makerules |
