diff options
author | Rob Savoye <rob@cygnus> | 1993-06-01 01:37:45 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-06-01 01:37:45 +0000 |
commit | ece87dfb94d82c8eaac009ef4fcadd6955327881 (patch) | |
tree | 6aab28ffc003a7c11cf439c829d1de51b4ca9187 /binutils | |
parent | 6119aeebeac807c9a1640f7884cc8474d0af0fd0 (diff) | |
download | gdb-ece87dfb94d82c8eaac009ef4fcadd6955327881.zip gdb-ece87dfb94d82c8eaac009ef4fcadd6955327881.tar.gz gdb-ece87dfb94d82c8eaac009ef4fcadd6955327881.tar.bz2 |
Add info target.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/config/makefile.rel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/config/makefile.rel.in b/binutils/testsuite/config/makefile.rel.in index b8385a0..9ab11d5 100644 --- a/binutils/testsuite/config/makefile.rel.in +++ b/binutils/testsuite/config/makefile.rel.in @@ -18,7 +18,7 @@ FLAGS_TO_PASS = \ all: subdirs .PHONY: check installcheck -check: +info: install: installcheck: |