From d34089166b3e7b60151752997db33c3f28016349 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 2 Sep 2009 14:14:49 +0000 Subject: 2009-09-02 Tristan Gingold * configure.com: Do not copy makefile.vms-in to makefile.vms * makefile.vms-in: Renamed to... * makefile.vms: ... this usual name as it is not processed anymore. Remove WRITE_DEBUG_OBJS (unused) and reorder object files for objdump.exe. --- binutils/configure.com | 3 --- 1 file changed, 3 deletions(-) (limited to 'binutils/configure.com') diff --git a/binutils/configure.com b/binutils/configure.com index fefa7836a34..f199163feda 100644 --- a/binutils/configure.com +++ b/binutils/configure.com @@ -54,9 +54,6 @@ $ write tfile "#define TARGET """ + target + """" $ close tfile $ write sys$output "Created `config.h'" $! -$ copy makefile.vms-in makefile.vms -$ write sys$output "Created `makefile.vms'" -$! $ write sys$output "Generate binutils build.com" $! $ create build.com -- cgit v1.2.3-65-gdbad