diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-17 17:58:45 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-17 17:58:45 +0000 |
| commit | d283ad2356f2e1f282ea3ccdb0f0ddf522481437 (patch) | |
| tree | 441efeed3f3d1af3d2dadab83be1b23c99d18956 /libc/misc/assert | |
| parent | 644c442da3f0cea2a2aa591f57726e3e6de823e2 (diff) | |
| download | uClibc-alpine-d283ad2356f2e1f282ea3ccdb0f0ddf522481437.tar.bz2 uClibc-alpine-d283ad2356f2e1f282ea3ccdb0f0ddf522481437.tar.xz | |
Synch with trunk @ 24075.
Step 5
Various Makefile.in
Diffstat (limited to 'libc/misc/assert')
| -rw-r--r-- | libc/misc/assert/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/misc/assert/Makefile.in b/libc/misc/assert/Makefile.in index 3c9111e68..22dfeeb12 100644 --- a/libc/misc/assert/Makefile.in +++ b/libc/misc/assert/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. # @@ -15,7 +15,7 @@ MISC_ASSERT_OBJ := $(MISC_ASSERT_OUT)/__assert.o libc-y += $(MISC_ASSERT_OBJ) -objclean-y += misc_assert_objclean +objclean-y += misc_assert_clean -misc_assert_objclean: - $(RM) $(MISC_ASSERT_OUT)/*.{o,os} +misc_assert_clean: + $(do_rm) $(addprefix $(MISC_ASSERT_OUT)/*., o os) |
