diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-19 19:42:23 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-19 19:42:23 +0000 |
commit | 81875c45a00a56326359a07df361b0f1326c3be3 (patch) | |
tree | 4760c7e683b7a7c3ff6759f0f04a651d6ecc1662 /texinfo/config.sub | |
parent | 70afc17ed5744df1cee0152bf5dcafcff0498e70 (diff) | |
download | gcc-81875c45a00a56326359a07df361b0f1326c3be3.tar.gz |
* texinfo: Remove directory from GCC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38384 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/config.sub')
-rwxr-xr-x | texinfo/config.sub | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/texinfo/config.sub b/texinfo/config.sub deleted file mode 100755 index 44c15068d64..00000000000 --- a/texinfo/config.sub +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# Use the top-level config.sub so that we don't have two of them. -subsys=`echo $0 | sed 's|config.sub|../config.sub|'` -exec ${subsys} "$@" |