diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-30 00:42:54 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-30 00:42:54 +0000 |
| commit | 85eadc20477c2a404cfc2149f91db9a3f97cb1ab (patch) | |
| tree | bc72e8d709aed5e5af43925417ac4bec583b4853 | |
| parent | 073a62c6a68c8d91975c1eb7ed043da94fa717d8 (diff) | |
| download | uClibc-alpine-85eadc20477c2a404cfc2149f91db9a3f97cb1ab.tar.bz2 uClibc-alpine-85eadc20477c2a404cfc2149f91db9a3f97cb1ab.tar.xz | |
Copy from trunk.
| -rw-r--r-- | extra/scripts/Makefile.objs.lvl4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/scripts/Makefile.objs.lvl4 b/extra/scripts/Makefile.objs.lvl4 new file mode 100644 index 000000000..4f2969fcd --- /dev/null +++ b/extra/scripts/Makefile.objs.lvl4 @@ -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 |
