* data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
This commit is contained in:
parent
717d4e8dba
commit
543ecec77c
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2010-10-06 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
|
||||||
|
|
||||||
2010-10-06 Ken Werner <ken.werner@de.ibm.com>
|
2010-10-06 Ken Werner <ken.werner@de.ibm.com>
|
||||||
|
|
||||||
* dwarf2read.c (read_tag_const_type): Handle const arrays.
|
* dwarf2read.c (read_tag_const_type): Handle const arrays.
|
||||||
|
|
|
@ -53,10 +53,6 @@ PYTHON_INSTALL_DIR = $(DESTDIR)/$(GDB_DATADIR)/$(PYTHON_DIR)
|
||||||
PYTHON_FILES = \
|
PYTHON_FILES = \
|
||||||
gdb/__init__.py
|
gdb/__init__.py
|
||||||
|
|
||||||
# Host-dependent makefile fragment comes in here.
|
|
||||||
@host_makefile_frag@
|
|
||||||
# End of host-dependent makefile fragment
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: stamp-syscalls stamp-python
|
all: stamp-syscalls stamp-python
|
||||||
|
|
||||||
|
@ -182,5 +178,5 @@ clean-info:
|
||||||
# will remove them.
|
# will remove them.
|
||||||
MAKEOVERRIDES=
|
MAKEOVERRIDES=
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @frags@
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
cd $(top_builddir) && $(MAKE) data-directory/Makefile
|
cd $(top_builddir) && $(MAKE) data-directory/Makefile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue