diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-06-05 22:23:47 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-06-05 22:23:47 +0000 |
commit | 4b8bb462dc50037b8a2d3748769841c6fb66c7bc (patch) | |
tree | 96312b17e2fd9995bb136adef1f065f367341c7b /gnu/egcs/libstdc++/Makefile.in | |
parent | bc01f7371c47d797fb0aaff6be8286e934d81e0a (diff) |
Synch with 2.95.3 (pre-rel)
Diffstat (limited to 'gnu/egcs/libstdc++/Makefile.in')
-rw-r--r-- | gnu/egcs/libstdc++/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/egcs/libstdc++/Makefile.in b/gnu/egcs/libstdc++/Makefile.in index eb9ec77412c..f13eddcf294 100644 --- a/gnu/egcs/libstdc++/Makefile.in +++ b/gnu/egcs/libstdc++/Makefile.in @@ -28,7 +28,8 @@ 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 bitset valarray + vector fstream iomanip iostream strstream iosfwd bitset valarray \ + sstream ARLIB = libstdc++.a.$(VERSION) ARLINK = libstdc++.a |