diff options
author | Rob Savoye <rob@cygnus> | 1993-05-28 04:31:51 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-05-28 04:31:51 +0000 |
commit | 47a488df26fa996851bbc5042c7a910d38013e30 (patch) | |
tree | 60dc32843ebda9fd6339e0b60bd9413147ba9c6e /binutils | |
parent | d0fa64ec3362eb52dfc0067a77069883b9819584 (diff) | |
download | gdb-47a488df26fa996851bbc5042c7a910d38013e30.zip gdb-47a488df26fa996851bbc5042c7a910d38013e30.tar.gz gdb-47a488df26fa996851bbc5042c7a910d38013e30.tar.bz2 |
Add a blank install target so the top level makefile won't die.
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 2a27671..b8385a0 100644 --- a/binutils/testsuite/config/makefile.rel.in +++ b/binutils/testsuite/config/makefile.rel.in @@ -19,6 +19,7 @@ all: subdirs .PHONY: check installcheck check: +install: installcheck: .NOEXPORT: |