diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-20 10:09:16 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-20 10:09:16 +0000 |
| commit | 244539cd0852bbcf8f21507d7ff866d8e7fcff18 (patch) | |
| tree | 5a04e6a195814b645007e4ccecb128d8c7b31ee7 /libc/misc/assert | |
| parent | 1cac0350028cc4a47715f63e61379d3318b0c965 (diff) | |
| download | uClibc-alpine-244539cd0852bbcf8f21507d7ff866d8e7fcff18.tar.bz2 uClibc-alpine-244539cd0852bbcf8f21507d7ff866d8e7fcff18.tar.xz | |
Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libc/misc/assert')
| -rw-r--r-- | libc/misc/assert/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/misc/assert/Makefile.in b/libc/misc/assert/Makefile.in index 3bc3ab556..3c9111e68 100644 --- a/libc/misc/assert/Makefile.in +++ b/libc/misc/assert/Makefile.in @@ -14,8 +14,6 @@ MISC_ASSERT_SRC := $(MISC_ASSERT_DIR)/__assert.c MISC_ASSERT_OBJ := $(MISC_ASSERT_OUT)/__assert.o libc-y += $(MISC_ASSERT_OBJ) -libc-a-y += $(MISC_ASSERT_OBJ) -libc-so-y += $(MISC_ASSERT_OBJ:.o=.os) objclean-y += misc_assert_objclean |
