From e535e37532ae05aefdfe1096605b6c6feee54a0e Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 1 Jun 1993 01:42:24 +0000 Subject: [PATCH] Add info and install-info targets. --- gdb/testsuite/config/makefile.rel.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/config/makefile.rel.in b/gdb/testsuite/config/makefile.rel.in index f3c00d3b6c5..0b72708e36e 100644 --- a/gdb/testsuite/config/makefile.rel.in +++ b/gdb/testsuite/config/makefile.rel.in @@ -27,7 +27,8 @@ FLAGS_TO_PASS = \ all: subdirs .PHONY: check installcheck -check: +info: +install-info: install: installcheck: -- 2.30.2