From cda0df47979f4b00e498d5a938db0e6afb1cba9b Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 1 May 1999 03:14:08 +0000 Subject: Let Makefiles pass infodir and bindir thru recursive invocation, so that make install will heed DESTDIR, and so gdb.info & friends will finally show up in distrib/sets... --- gnu/usr.bin/binutils/gdb/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/usr.bin/binutils/gdb') diff --git a/gnu/usr.bin/binutils/gdb/Makefile.in b/gnu/usr.bin/binutils/gdb/Makefile.in index 991362e6959..e2a2547e2fd 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile.in +++ b/gnu/usr.bin/binutils/gdb/Makefile.in @@ -246,6 +246,8 @@ ANNOTATE_OBS = annotate.o # End of host and target-dependent makefile fragments FLAGS_TO_PASS = \ + "infodir=$(infodir)" \ + "bindif=$(bindir)" \ "prefix=$(prefix)" \ "exec_prefix=$(exec_prefix)" \ "against=$(against)" \ -- cgit v1.2.3