diff options
| author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-23 14:02:14 +0000 |
|---|---|---|
| committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-23 14:02:14 +0000 |
| commit | 4cbc41f091ff3df69fc40880f04c098782a1b7d8 (patch) | |
| tree | 2a66b092c21865b44ff25bf91bd871e4a2f44590 /libstdc++-v3/include/ext/random | |
| parent | 74d5ea33926badcb8db736948530529be7057037 (diff) | |
| download | ppe42-gcc-4cbc41f091ff3df69fc40880f04c098782a1b7d8.tar.gz ppe42-gcc-4cbc41f091ff3df69fc40880f04c098782a1b7d8.zip | |
2013-05-23 Matthias Klose <doko@ubuntu.com>
* include/Makefile.am (bits_headers): Remove ${bits_host_headers}.
(ext_headers): Remove ${ext_host_headers}.
(stamp-${host_alias}): Create ${host_builddir}/../ext.
(stamp-host): Link ${bits_host_headers} and ${ext_host_headers}.
(install-headers): Install ${bits_host_headers} and ${ext_host_headers}.
* include/Makefile.in: Regenerate.
* include/ext/random: Include ext/opt_random.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199257 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/ext/random')
| -rw-r--r-- | libstdc++-v3/include/ext/random | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/random b/libstdc++-v3/include/ext/random index 7af3130087e..5f365e65a33 100644 --- a/libstdc++-v3/include/ext/random +++ b/libstdc++-v3/include/ext/random @@ -2848,7 +2848,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION _GLIBCXX_END_NAMESPACE_VERSION } // namespace __gnu_cxx -#include "opt_random.h" +#include "ext/opt_random.h" #include "random.tcc" #endif // _GLIBCXX_USE_C99_STDINT_TR1 |

