* data-directory/Makefile.in: Remove @host_makefile_frag@, @frags@.
authorDoug Evans <dje@google.com>
Thu, 7 Oct 2010 00:18:22 +0000 (00:18 +0000)
committerDoug Evans <dje@google.com>
Thu, 7 Oct 2010 00:18:22 +0000 (00:18 +0000)
gdb/ChangeLog
gdb/data-directory/Makefile.in

index d3800205764bb973bf07d7606b1545302d3aaf14..a7dad2647b297109d39267a5ea0071a0efefad8c 100644 (file)
@@ -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>
 
        * dwarf2read.c (read_tag_const_type): Handle const arrays.
index 92a690be6000810dae54f2b462ce4bd6516dfb45..311915a4b53a2412e4f9bf047f68a386b04d4de0 100644 (file)
@@ -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
This page took 0.028959 seconds and 4 git commands to generate.