diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-09-02 14:14:49 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-09-02 14:14:49 +0000 |
commit | d34089166b3e7b60151752997db33c3f28016349 (patch) | |
tree | 61874e78adb94b79bec98a37930384f51bd531ff /binutils/configure.com | |
parent | 10a9c4b4274342270fc3e65680682eed68871c54 (diff) | |
download | binutils-gdb-d34089166b3e7b60151752997db33c3f28016349.tar.gz |
2009-09-02 Tristan Gingold <gingold@adacore.com>
* 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.
Diffstat (limited to 'binutils/configure.com')
-rw-r--r-- | binutils/configure.com | 3 |
1 files changed, 0 insertions, 3 deletions
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 |