* Makefile.in (install-only): Replace $IPA_DEPFILES with
"$(IPA_DEPFILES)".
This commit is contained in:
parent
fee65560ca
commit
12ac6819b6
2 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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; \
|
||||
|
|
Loading…
Add table
Reference in a new issue