From fd82583b42513ceaf6bed712a13ccfb8ca563b37 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 13 Dec 1994 19:30:31 +0000 Subject: [PATCH] * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o and pr-5646.o, so "make" is the same as "make all, not "make pr-4975.o". --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.chill/Makefile.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f082629312..d409eeb2b2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o + and pr-5646.o, so "make" is the same as "make all, not "make + pr-4975.o". + Wed Dec 7 19:02:02 1994 Stan Shebs * gdb.base/list.exp: Adjust expectations to reflect changes in diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in index 74eab01ced..b7c8e8acc9 100644 --- a/gdb/testsuite/gdb.chill/Makefile.in +++ b/gdb/testsuite/gdb.chill/Makefile.in @@ -105,13 +105,13 @@ GDBFLAGS = -nx EXECUTABLES = chillvars.exe result.exe \ pr-4975.exe pr-5016.exe pr-5020.exe pr-5022.exe pr-5646.exe pr-5984.exe +all: $(EXECUTABLES) + # To force pr-4975-grt to be compiled before pr-4975, so the # latter can use the former's grant file. pr-4975.o: pr-4975-grt.o pr-5646.o: pr-5646-grt.o -all: $(EXECUTABLES) - .SUFFIXES: .ch .exe .check .o.exe: