diff options
author | Matthias Klose <doko@ubuntu.com> | 2013-05-23 14:02:14 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2013-05-23 14:02:14 +0000 |
commit | 6ca935e617b8a290221de84ece668769a763fabf (patch) | |
tree | 2a66b092c21865b44ff25bf91bd871e4a2f44590 /libstdc++-v3/include/ext/random | |
parent | 76c36cb15be0d9b07322fbc4215bd6ce6d313aad (diff) | |
download | gcc-6ca935e617b8a290221de84ece668769a763fabf.zip gcc-6ca935e617b8a290221de84ece668769a763fabf.tar.gz gcc-6ca935e617b8a290221de84ece668769a763fabf.tar.bz2 |
Makefile.am (bits_headers): Remove ${bits_host_headers}.
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.
From-SVN: r199257
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 7af3130..5f365e6 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 |