summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/pthread
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-03-05 14:13:34 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-03-05 14:13:34 +0000
commit4517917f4b9e386f88bb856703963ddb8696aec4 (patch)
tree0f55125223b7f49158ab837656b9b48db2ea07d6 /libpthread/nptl/sysdeps/pthread
parent63b49f8e9d2b12610cf9518df7622f413aa13515 (diff)
downloaduClibc-alpine-4517917f4b9e386f88bb856703963ddb8696aec4.tar.bz2
uClibc-alpine-4517917f4b9e386f88bb856703963ddb8696aec4.tar.xz
Remove extra / from directory name
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread')
-rw-r--r--libpthread/nptl/sysdeps/pthread/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/Makefile.in b/libpthread/nptl/sysdeps/pthread/Makefile.in
index db3cebd4d..068316b96 100644
--- a/libpthread/nptl/sysdeps/pthread/Makefile.in
+++ b/libpthread/nptl/sysdeps/pthread/Makefile.in
@@ -76,8 +76,8 @@ CFLAGS-rt-unwind-resume.c = -DIS_IN_librt=1 $(CFLAGS-pt-common) \
#CFLAGS:=$(CFLAGS:-O1=-O2)
-pthread_DIR := $(top_srcdir)/libpthread/nptl/sysdeps/pthread
-pthread_OUT := $(top_builddir)/libpthread/nptl/sysdeps/pthread
+pthread_DIR := $(top_srcdir)libpthread/nptl/sysdeps/pthread
+pthread_OUT := $(top_builddir)libpthread/nptl/sysdeps/pthread
pthread_SRC = $(patsubst %.c, $(pthread_DIR)/%.c, $(libpthread_CSRC))
pthread_OBJ = $(patsubst %.c, $(pthread_OUT)/%.o, $(libpthread_CSRC))