From 2144ed53c64b6846c4c25e6a4743e7b27c48d21e Mon Sep 17 00:00:00 2001 From: oliva Date: Fri, 27 Nov 1998 12:09:37 +0000 Subject: [PATCH] * Makefile.in (HEADERS): Install bitset git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23936 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++/ChangeLog | 4 ++++ libstdc++/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 8ba165d..86b9e2f 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 3bdb2d5..ed00c15 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.7.4