diff options
author | Rob Savoye <rob@cygnus> | 1993-03-03 03:15:52 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-03-03 03:15:52 +0000 |
commit | 6fcb280eb789fa4f556533ed035f60b75e52a16a (patch) | |
tree | 7ce804cd066cb64ac3abd2b61203e7cccb377593 | |
parent | 45364c8a2a8b0bbdac88b937f30459281fc4f00d (diff) | |
download | gdb-6fcb280eb789fa4f556533ed035f60b75e52a16a.zip gdb-6fcb280eb789fa4f556533ed035f60b75e52a16a.tar.gz gdb-6fcb280eb789fa4f556533ed035f60b75e52a16a.tar.bz2 |
"make check" now works!
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0154839..971aae2 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 |