mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
* Makefile.in (install-only): Replace $IPA_DEPFILES with
"$(IPA_DEPFILES)".
This commit is contained in:
@ -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; \
|
||||
|
Reference in New Issue
Block a user