[git commit branch/0.9.33] buildsys: use kbuild style, fix omission

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Jan 14 13:26:36 UTC 2013


commit: http://git.uclibc.org/uClibc/commit/?id=57688ff687555520847b9ba3bd085fb5d010b546
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0.9.33

forgot this hunk in b50ace354f8da2a40b46176c834816d158727fda

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/common/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index 095adfe..e9baa47 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -97,7 +97,7 @@ CSRC-y := $(filter-out $(CSRC-),$(CSRC-y))
 
 # provided via pthreads builddir
 CSRC-y := $(filter-out $(libc_a_CSRC) $(notdir $(libpthread_libc_OBJS:.o=.c)),$(CSRC-y))
-SSRC := $(filter-out $(libc_a_SSRC) $(notdir $(libpthread_libc_OBJS:.o=.S)),$(SSRC))
+SSRC-y := $(filter-out $(libc_a_SSRC) $(notdir $(libpthread_libc_OBJS:.o=.S)),$(SSRC-y))
 
 # fails for some reason
 ifneq ($(strip $(ARCH_OBJS-y)),)


More information about the uClibc-cvs mailing list