* Makefile.in (install-only): Replace $IPA_DEPFILES with

"$(IPA_DEPFILES)".
This commit is contained in:
Pedro Alves 2010-09-06 10:43:58 +00:00
parent fee65560ca
commit 12ac6819b6
2 changed files with 6 additions and 1 deletions

View 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,

View 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; \