diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-05 08:16:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-05 08:16:20 +0000 |
commit | a8ab5e435540fdbad0720a021a78d4f0a2170f65 (patch) | |
tree | a567a7145f40a9fce7ffafd202d2803bb1165601 /nptl/Makefile | |
parent | 0af5b6adb15ef147a98dba61eda7f14f0d296e2d (diff) | |
download | glibc-a8ab5e435540fdbad0720a021a78d4f0a2170f65.tar glibc-a8ab5e435540fdbad0720a021a78d4f0a2170f65.tar.gz glibc-a8ab5e435540fdbad0720a021a78d4f0a2170f65.tar.bz2 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/Makefile | 2 |
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 |