diff options
author | Manfred Hollstein <manfred@s-direktnet.de> | 1997-11-22 03:36:10 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-11-21 20:36:10 -0700 |
commit | 7b2f827617299a9fcc8061327dace4aada08287b (patch) | |
tree | c33662b5bfa8e2801201abea02d293c9db4d72e0 /libstdc++ | |
parent | 6cc1f5cbf42076850cbf59b3d92eedfaec261d7d (diff) | |
download | gcc-7b2f827617299a9fcc8061327dace4aada08287b.tar.gz |
Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to cope with filesystem not capable to handle...
* Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to
cope with filesystem not capable to handle names longer than
14 characters.
From-SVN: r16664
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++/Makefile.in | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 0b3dfb6e59e..2a43be7cc2f 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 21 12:56:24 1997 Manfred Hollstein <manfred@s-direktnet.de> + + * Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to + cope with filesystem not capable to handle names longer than + 14 characters. + Sun Nov 16 22:41:55 1997 Jeffrey A Law (law@cygnus.com) * Makefile.in (SHLIB): Build with CC instead of CXX. diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index bb25e899a86..b1f096500d3 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -17,7 +17,7 @@ VERSION = 2.8.0 OBJS = cstringi.o stdexcepti.o cstdlibi.o cmathi.o stlinst.o -SUBLIBS = $(STAMP)-string $(STAMP)-complex +SUBLIBS = $(STAMP)-string $(STAMP)-complx # C++ headers with no extension HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \ @@ -190,7 +190,7 @@ stmp-complex: ${srcdir}/cinst.cc ${srcdir}/std/complext.h \ done touch stmp-complex -bigstmp-complex: ${srcdir}/cinst.cc ${srcdir}/std/complext.h \ +bigstmp-complx: ${srcdir}/cinst.cc ${srcdir}/std/complext.h \ ${srcdir}/std/complext.cc ${srcdir}/std/dcomplex.h \ ${srcdir}/std/ldcomplex.h echo fcomplex |