mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 14:52:22 +08:00
* Makefile.am: Add ACLOCAL_AMFLAGS.
* Makefile.in: Regenerate.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2007-04-14 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* Makefile.am: Add ACLOCAL_AMFLAGS.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* hist.h (struct histogram)
|
||||
|
@ -1,6 +1,7 @@
|
||||
## Process this file with automake to generate Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = cygnus
|
||||
ACLOCAL_AMFLAGS = -I ..
|
||||
|
||||
SUFFIXES = .m
|
||||
|
||||
|
@ -225,6 +225,7 @@ target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
AUTOMAKE_OPTIONS = cygnus
|
||||
ACLOCAL_AMFLAGS = -I ..
|
||||
SUFFIXES = .m
|
||||
SUBDIRS = po
|
||||
BASEDIR = $(srcdir)/..
|
||||
@ -279,15 +280,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
|
||||
cd $(srcdir) && $(AUTOMAKE) --foreign \
|
||||
echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
|
||||
cd $(srcdir) && $(AUTOMAKE) --cygnus \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign Makefile
|
||||
$(AUTOMAKE) --cygnus Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
|
Reference in New Issue
Block a user