Skip to content

Commit

Permalink
remove two unneccesary directories from configure
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Dec 2, 2014
1 parent 2b35e6f commit 5a2048f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure
Expand Up @@ -1040,7 +1040,6 @@ do
make_dir $h/test/debuginfo-gdb
make_dir $h/test/debuginfo-lldb
make_dir $h/test/codegen
make_dir $h/test/doc-tutorial
make_dir $h/test/doc-guide
make_dir $h/test/doc-guide-ffi
make_dir $h/test/doc-guide-runtime
Expand All @@ -1052,7 +1051,7 @@ do
make_dir $h/test/doc-guide-plugin
make_dir $h/test/doc-guide-crates
make_dir $h/test/doc-guide-error-handling
make_dir $h/test/doc-rust
make_dir $h/test/doc-reference
done

# Configure submodules
Expand Down

1 comment on commit 5a2048f

@alexcrichton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.