summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-05 08:16:20 +0000
committerRoland McGrath <roland@gnu.org>2006-01-05 08:16:20 +0000
commita8ab5e435540fdbad0720a021a78d4f0a2170f65 (patch)
treea567a7145f40a9fce7ffafd202d2803bb1165601 /nptl/Makefile
parent0af5b6adb15ef147a98dba61eda7f14f0d296e2d (diff)
downloadglibc-a8ab5e435540fdbad0720a021a78d4f0a2170f65.tar.gz
glibc-a8ab5e435540fdbad0720a021a78d4f0a2170f65.tar.xz
glibc-a8ab5e435540fdbad0720a021a78d4f0a2170f65.zip
2006-01-03 Joseph S. Myers <joseph@codesourcery.com>
	* Makefile ($(objpfx)$(multidir)): Use mkdir -p.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 175db2ed44..8157cd97b5 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -324,7 +324,7 @@ crti-objs += $(multidir)/crti.o
 crtn-objs += $(multidir)/crtn.o
 omit-deps += $(multidir)/crti $(multidir)/crtn
 $(objpfx)$(multidir):
-	mkdir $@
+	mkdir -p $@
 endif
 extra-objs += $(crti-objs) $(crtn-objs)
 omit-deps += crti crtn