diff options
| author | plunky <plunky@NetBSD.org> | 2011-04-15 08:47:02 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2011-04-15 08:47:02 +0000 |
| commit | 3cb4bb678e7721044d09c41d3a68a0f5541e1d50 (patch) | |
| tree | b36664c97a8f9be07c01e95e15eef52ca3edc233 /rescue | |
| parent | 0a5281c5a0a441195d74f06545cdeeb71e651223 (diff) | |
move the build of ldd binary to a subdir in order to allow
explict ordering. This makes "make all" work the same as
"make dependall"
Diffstat (limited to 'rescue')
| -rw-r--r-- | rescue/list.ldd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue/list.ldd b/rescue/list.ldd index cea47cd36f8..4c950515f3f 100644 --- a/rescue/list.ldd +++ b/rescue/list.ldd @@ -1,6 +1,7 @@ -# $NetBSD: list.ldd,v 1.6 2011/03/25 18:07:07 joerg Exp $ +# $NetBSD: list.ldd,v 1.7 2011/04/15 08:47:02 plunky Exp $ PROG ldd +SPECIAL ldd srcdir usr.bin/ldd/build LIBS ${LDD_ELF32DIR}/libldd_elf32.a LIBS ${LDD_ELF64DIR}/libldd_elf64.a |
