From 543ecec77cfc25df40fb60a852f7e08df5317635 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 7 Oct 2010 00:18:22 +0000 Subject: * data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@. --- gdb/data-directory/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gdb/data-directory') 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 -- cgit v1.1