diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d3925b3..759355c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -421,6 +421,7 @@ YYOBJ = c-exp.tab.o m2-exp.tab.o ch-exp.tab.o all: gdb $(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do +installcheck: check: force rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=check DODIRS=testsuite subdir_do info: force |