diff options
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/Makefile.in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7a75cb9..261e549 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> + + * Makefile.in (Makefile): Do not depend on target_makefile_frag. + (target_cpu): Remove. + 2007-10-15 Vladimir Prus <vladimir@codesourcery.com> * gdb.base/ending-run.exp: Expect the list of cleared diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index da94fd2..121d221 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -28,7 +28,6 @@ program_transform_name = @program_transform_name@ build_canonical = @build@ host_canonical = @host@ target_canonical = @target@ -target_cpu = @gdb_target_cpu@ SHELL = @SHELL@ EXEEXT = @EXEEXT@ @@ -187,7 +186,7 @@ distclean maintainer-clean realclean: clean done ; \ else true; fi -Makefile : Makefile.in config.status $(host_makefile_frag) $(target_makefile_frag) +Makefile : Makefile.in config.status $(host_makefile_frag) $(SHELL) config.status config.status: configure |