diff options
author | Doug Evans <dje@google.com> | 2010-10-07 00:18:22 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-10-07 00:18:22 +0000 |
commit | 543ecec77cfc25df40fb60a852f7e08df5317635 (patch) | |
tree | 654e3038e97123d9c9dea6e6bd2598419832f372 /gdb/data-directory | |
parent | 717d4e8dbae849f0386cddcd047071f325987ea1 (diff) | |
download | gdb-543ecec77cfc25df40fb60a852f7e08df5317635.zip gdb-543ecec77cfc25df40fb60a852f7e08df5317635.tar.gz gdb-543ecec77cfc25df40fb60a852f7e08df5317635.tar.bz2 |
* data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
Diffstat (limited to 'gdb/data-directory')
-rw-r--r-- | gdb/data-directory/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in index 92a690b..311915a 100644 --- a/gdb/data-directory/Makefile.in +++ b/gdb/data-directory/Makefile.in @@ -53,10 +53,6 @@ PYTHON_INSTALL_DIR = $(DESTDIR)/$(GDB_DATADIR)/$(PYTHON_DIR) PYTHON_FILES = \ gdb/__init__.py -# Host-dependent makefile fragment comes in here. -@host_makefile_frag@ -# End of host-dependent makefile fragment - .PHONY: all all: stamp-syscalls stamp-python @@ -182,5 +178,5 @@ clean-info: # will remove them. 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 |