mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
finish upgrade to automake 1.2
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# Makefile.in generated automatically by automake 1.2 from Makefile.am
|
# Makefile.in generated automatically by automake 1.2 from Makefile.am
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy, distribute and modify it.
|
# gives unlimited permission to copy, distribute and modify it.
|
||||||
|
|
||||||
@ -55,10 +55,6 @@ host_alias = @host_alias@
|
|||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
target_alias = @target_alias@
|
target_alias = @target_alias@
|
||||||
target_triplet = @target@
|
target_triplet = @target@
|
||||||
ACLOCAL = @ACLOCAL@
|
|
||||||
AUTOCONF = @AUTOCONF@
|
|
||||||
AUTOHEADER = @AUTOHEADER@
|
|
||||||
AUTOMAKE = @AUTOMAKE@
|
|
||||||
BFDLIB = @BFDLIB@
|
BFDLIB = @BFDLIB@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
@ -251,7 +247,7 @@ install-info-am: $(INFO_DEPS)
|
|||||||
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
|
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
|
||||||
for file in $(INFO_DEPS); do \
|
for file in $(INFO_DEPS); do \
|
||||||
echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
|
echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
|
||||||
install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
|
install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
|
||||||
done; \
|
done; \
|
||||||
else : ; fi
|
else : ; fi
|
||||||
|
|
||||||
@ -389,7 +385,7 @@ uninstall: uninstall-binPROGRAMS uninstall-man
|
|||||||
all: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
|
all: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
|
||||||
|
|
||||||
install-strip:
|
install-strip:
|
||||||
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
|
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
|
||||||
installdirs:
|
installdirs:
|
||||||
$(mkinstalldirs) $(bindir) $(mandir)/man1
|
$(mkinstalldirs) $(bindir) $(mandir)/man1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user