diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-30 00:42:42 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-30 00:42:42 +0000 |
| commit | a5fb0f3dd68d39d7eca04e4af55e7056696ab89a (patch) | |
| tree | 9262f9ab0e44067f3650ad6142f5bd3843ac661e | |
| parent | 36a383dbbaecf3d5672bc1b1a9dcd8eadae0c410 (diff) | |
| download | uClibc-alpine-a5fb0f3dd68d39d7eca04e4af55e7056696ab89a.tar.bz2 uClibc-alpine-a5fb0f3dd68d39d7eca04e4af55e7056696ab89a.tar.xz | |
Copy from trunk.
| -rw-r--r-- | extra/scripts/Makefile.objs.lvl2 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/scripts/Makefile.objs.lvl2 b/extra/scripts/Makefile.objs.lvl2 new file mode 100644 index 000000000..41567d9e9 --- /dev/null +++ b/extra/scripts/Makefile.objs.lvl2 @@ -0,0 +1,15 @@ +# 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. +# + +TOPDIR=../../ + +top_srcdir=$(TOPDIR) +top_builddir=../../ +all: objs +include $(top_builddir)Rules.mak +include Makefile.in +include $(top_srcdir)Makerules |
