diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-11-09 09:19:13 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-11-09 09:19:13 +0000 |
commit | b27cc4bceade3e7039bec57fb70c80b6db962d31 (patch) | |
tree | 0a4c31c6b0fc95bb91614840ac5195f4155e6c99 | |
parent | 7ac847361b0b12d5cbac9db713318eb465329f7c (diff) | |
download | gdb-b27cc4bceade3e7039bec57fb70c80b6db962d31.zip gdb-b27cc4bceade3e7039bec57fb70c80b6db962d31.tar.gz gdb-b27cc4bceade3e7039bec57fb70c80b6db962d31.tar.bz2 |
fix "make dep" for non-NetBSD systems
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0b46078..788adfb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Nov 9 04:00:38 1995 Ken Raeburn <raeburn@cygnus.com> + * Makefile.in (.dep1): Make sure the file mkdep is to write exists + first. + * configure.in: Added new option --with[out]-mmap. Set USE_MMAP if it is given and mmep is available. * acconfig.h: Undef USE_MMAP. |