diff options
author | Rob Savoye <rob@cygnus> | 1993-06-01 01:40:59 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-06-01 01:40:59 +0000 |
commit | 4cf03eb2e7d0c2d4bd13d8e37258e333e24f77eb (patch) | |
tree | aa5b93b808347da62367f289ba1c3f6379a84b6f /binutils | |
parent | ece87dfb94d82c8eaac009ef4fcadd6955327881 (diff) | |
download | gdb-4cf03eb2e7d0c2d4bd13d8e37258e333e24f77eb.zip gdb-4cf03eb2e7d0c2d4bd13d8e37258e333e24f77eb.tar.gz gdb-4cf03eb2e7d0c2d4bd13d8e37258e333e24f77eb.tar.bz2 |
Add an install-info target too.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/config/makefile.rel.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/testsuite/config/makefile.rel.in b/binutils/testsuite/config/makefile.rel.in index 9ab11d5..bb3df7f 100644 --- a/binutils/testsuite/config/makefile.rel.in +++ b/binutils/testsuite/config/makefile.rel.in @@ -19,6 +19,7 @@ all: subdirs .PHONY: check installcheck info: +install-info: install: installcheck: |