diff options
author | DJ Delorie <dj@redhat.com> | 1998-11-17 03:32:36 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1998-11-17 03:32:36 +0000 |
commit | f5eb8577bd84bc9304a9987de5289cf09576dd8b (patch) | |
tree | 4ccdc6a0cf69e3ad05895dcf7137cd1b8e9735d8 /ld | |
parent | 949fae0bad32e92a3cf1ca08eb40d269bfdb845b (diff) | |
download | gdb-f5eb8577bd84bc9304a9987de5289cf09576dd8b.zip gdb-f5eb8577bd84bc9304a9987de5289cf09576dd8b.tar.gz gdb-f5eb8577bd84bc9304a9987de5289cf09576dd8b.tar.bz2 |
typo
Diffstat (limited to 'ld')
-rw-r--r-- | ld/pe-dll.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c index fddf42f..0fc2c85 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -1351,6 +1351,7 @@ pe_dll_generate_implib (def, impfilename) head = n; } +#if BFD_OPEN_OLDWAY unlink ("dh.o"); unlink ("dt.o"); for (i=0; i<tmp_seq; i++) @@ -1359,6 +1360,7 @@ pe_dll_generate_implib (def, impfilename) sprintf (buf, "ds%d.o", i); unlink (buf); } +#endif } /************************************************************************ |