]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (install-only): Replace $IPA_DEPFILES with
authorPedro Alves <palves@redhat.com>
Mon, 6 Sep 2010 10:56:18 +0000 (10:56 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 6 Sep 2010 10:56:18 +0000 (10:56 +0000)
"$(IPA_DEPFILES)".

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

index 90bb28088ab810f573e453ac9b04ed48d84e824f..ad9b2965e3718e8218eb1349a3109347424b9e42 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-08-11  Thomas Schwinge  <thomas@codesourcery.com>
 
        * linux-low.c (linux_wait_1): Correctly return the ptid of the child
index 76577cf21323610a5016d87f6c89470f936d7e38..0d3bda2698707e7f0ae351b0eaf7ef04855a064a 100644 (file)
@@ -164,7 +164,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; \