"make check" now works!
authorRob Savoye <rob@cygnus>
Wed, 3 Mar 1993 03:15:52 +0000 (03:15 +0000)
committerRob Savoye <rob@cygnus>
Wed, 3 Mar 1993 03:15:52 +0000 (03:15 +0000)
gdb/Makefile.in

index 0154839df27cd93ce92d2825263882ca8fe4ec62..971aae242d920464471b5a0a41b54c0265c1e523 100644 (file)
@@ -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
This page took 0.024971 seconds and 4 git commands to generate.