From: Rob Savoye Date: Wed, 3 Mar 1993 03:15:52 +0000 (+0000) Subject: "make check" now works! X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fcb280eb789fa4f556533ed035f60b75e52a16a;p=binutils-gdb.git "make check" now works! --- diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0154839df27..971aae242d9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -163,12 +163,14 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \ ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES} ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES} -VERSION = 4.7.9 +VERSION = 4.8.1 DIST=gdb LINT=/usr/5bin/lint LINTFLAGS= -I${BFD_DIR} +DGFLAGS= + # Host and target-dependent makefile fragments come in here. #### # End of host and target-dependent makefile fragments @@ -334,6 +336,8 @@ YYOBJ = c-exp.tab.o m2-exp.tab.o ch-exp.tab.o all: gdb $(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=$(SUBDIRS)" subdir_do check: + ../dejagnu/runtest -to gdb $(DGFLAGS) + info: force $(MAKE) $(FLAGS_TO_PASS) DO=info "DODIRS=$(SUBDIRS)" subdir_do install-info: force