diff options
author | Rob Savoye <rob@cygnus> | 1993-05-28 04:29:59 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-05-28 04:29:59 +0000 |
commit | d0fa64ec3362eb52dfc0067a77069883b9819584 (patch) | |
tree | 461f0f88c70538f68e6c6de8d05213610943dbb5 /gas/testsuite | |
parent | 6c69b6bde1422949d3825d9c0cb286c07c59984b (diff) | |
download | gdb-d0fa64ec3362eb52dfc0067a77069883b9819584.zip gdb-d0fa64ec3362eb52dfc0067a77069883b9819584.tar.gz gdb-d0fa64ec3362eb52dfc0067a77069883b9819584.tar.bz2 |
Add a blank install target so the top level make won't die.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/config/makefile.rel.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/testsuite/config/makefile.rel.in b/gas/testsuite/config/makefile.rel.in index 2a27671..b8385a0 100644 --- a/gas/testsuite/config/makefile.rel.in +++ b/gas/testsuite/config/makefile.rel.in @@ -19,6 +19,7 @@ all: subdirs .PHONY: check installcheck check: +install: installcheck: .NOEXPORT: |