From 3993e0b395c3328959780599215c7df62f83715d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 27 Nov 1998 12:09:37 +0000 Subject: [PATCH] * Makefile.in (HEADERS): Install bitset From-SVN: r23936 --- libstdc++/ChangeLog | 4 ++++ libstdc++/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 8ba165de5b9..86b9e2fa0ea 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,7 @@ +1998-11-27 Alexandre Oliva + + * Makefile.in (HEADERS): Install bitset + 1998-11-26 Manfred Hollstein * configure.in (compiler_name): Add check to detect if this diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index 3bdb2d5e7cb..ed00c15aeff 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -26,7 +26,7 @@ HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \ cwchar cwctype string stdexcept \ algorithm deque functional hash_map hash_set iterator list map \ memory numeric pthread_alloc queue rope set slist stack utility \ - vector fstream iomanip iostream strstream iosfwd + vector fstream iomanip iostream strstream iosfwd bitset ARLIB = libstdc++.a.$(VERSION) ARLINK = libstdc++.a -- 2.30.2