OSDN Git Service

* Makefile.in (install-only): Replace $IPA_DEPFILES with
authorpalves <palves>
Mon, 6 Sep 2010 19:43:58 +0000 (19:43 +0000)
committerpalves <palves>
Mon, 6 Sep 2010 19:43:58 +0000 (19:43 +0000)
"$(IPA_DEPFILES)".

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in

index 37f0686..f06e6bf 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-06  Pedro Alves  <pedro@codesourcery.com>
+
+       * Makefile.in (install-only): Replace $IPA_DEPFILES with
+       "$(IPA_DEPFILES)".
+
 2010-09-01  Joel Brobecker  <brobecker@adacore.com>
 
        * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
index fa6c102..38e2d16 100644 (file)
@@ -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; \