diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1997-09-06 03:44:38 -0400 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1997-09-06 03:44:38 -0400 |
commit | dbfcb4beace35e1426c1ce1e9bf2f20c7d5a0f56 (patch) | |
tree | 82e1a9aef1a37d3e21b8f1d0fe3a9435ad5a2f53 /libio/configure.in | |
parent | 1496c1bb0be5c2981f056fa169cf1c199f50a38a (diff) | |
download | gcc-dbfcb4beace35e1426c1ce1e9bf2f20c7d5a0f56.tar.gz |
Insert libio rewrite and its various changes from devo.
From-SVN: r15129
Diffstat (limited to 'libio/configure.in')
-rw-r--r-- | libio/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/configure.in b/libio/configure.in index d6359382bcf..b14c3b17215 100644 --- a/libio/configure.in +++ b/libio/configure.in @@ -57,7 +57,7 @@ ${moveifchange} temp.mt target-mkfrag LIBDIR=yes TO_TOPDIR=../ -ALL='$(_G_CONFIG_H) libio.a iostream.list' +ALL='$(_G_CONFIG_H) libio.a libiostream.a iostream.list' XCINCLUDES='-I. -I$(srcdir)' XCXXINCLUDES='-I. -I$(srcdir)' MOSTLYCLEAN='*.o pic stamp-picdir core iostream.list' |