diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-27 14:32:51 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-27 14:32:51 +0000 |
| commit | 0dbf6abb93407b6aa83f8a3b397cafbd3095cfdc (patch) | |
| tree | 9e5ed43555c017ec1e796dcb6494d4d3385a259c /libutil | |
| parent | ccc8bff366ed3fdf94fbd308194c175a52a0a86b (diff) | |
| download | uClibc-alpine-0dbf6abb93407b6aa83f8a3b397cafbd3095cfdc.tar.bz2 uClibc-alpine-0dbf6abb93407b6aa83f8a3b397cafbd3095cfdc.tar.xz | |
Synch with trunk @ 24160
Step 13: build system updates.
Diffstat (limited to 'libutil')
| -rw-r--r-- | libutil/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libutil/Makefile.in b/libutil/Makefile.in index ef3169906..67d973859 100644 --- a/libutil/Makefile.in +++ b/libutil/Makefile.in @@ -1,6 +1,6 @@ # Makefile for uClibc # -# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> +# Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org> # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # @@ -63,4 +63,4 @@ $(top_builddir)lib/libutil.a: $(libutil-a-y) $(do_ar) libutil_clean: - $(RM) $(libutil_OUT)/*.{o,os,oS,a} + $(do_rm) $(addprefix $(libutil_OUT)/*., o os oS a) |
