From 12ac6819b6624fd197cefb1742f1ccd168a8b0fd Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 6 Sep 2010 10:43:58 +0000 Subject: [PATCH] * Makefile.in (install-only): Replace $IPA_DEPFILES with "$(IPA_DEPFILES)". --- gdb/gdbserver/ChangeLog | 5 +++++ gdb/gdbserver/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 37f0686d766..f06e6bf47a9 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2010-09-06 Pedro Alves + + * Makefile.in (install-only): Replace $IPA_DEPFILES with + "$(IPA_DEPFILES)". + 2010-09-01 Joel Brobecker * gdbserver/lynx-low.c, gdbserver/lynx-low.h, diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index fa6c1028a20..38e2d161cbf 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -167,7 +167,7 @@ install: all install-only install-only: n=`echo gdbserver | sed '$(program_transform_name)'`; \ if [ x$$n = x ]; then n=gdbserver; else true; fi; \ - if [ x$IPA_DEPFILES != x ]; then \ + if [ x"$(IPA_DEPFILES)" != x ]; then \ $(SHELL) $(srcdir)/../../mkinstalldirs $(DESTDIR)$(libdir); \ $(INSTALL_PROGRAM) $(IPA_LIB) $(DESTDIR)$(libdir)/$(IPA_LIB); \ fi; \ -- 2.30.2