]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR gdb/10649
authorJoel Brobecker <brobecker@gnat.com>
Fri, 2 Oct 2009 22:06:11 +0000 (22:06 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 2 Oct 2009 22:06:11 +0000 (22:06 +0000)
        * Makefile.in (GDB_DATADIR_PATH): Renamed to ...
        (GDB_DATADIR): This.
        (xml-syscall-install): Updated.

gdb/ChangeLog
gdb/Makefile.in

index da8c965c7960e58185fc6552f05ffe20e98fa33c..9dff1a008b1340bea89db698dfe371fd7f835c34 100644 (file)
@@ -1,3 +1,10 @@
+2009-10-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gdb/10649
+       * Makefile.in (GDB_DATADIR_PATH): Renamed to ...
+       (GDB_DATADIR): This.
+       (xml-syscall-install): Updated.
+
 2009-10-01  Joel Brobecker  <brobecker@adacore.com>
 
        * MAINTAINERS: Move Don Lee to the correct section (Write After
index f5e1ddeff42ff31e2d11fc126148958778543729..7d53205aeb1f646e4f96d120102a102faa2a2579 100644 (file)
@@ -167,7 +167,7 @@ TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
 TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@
 
 # Did the user give us a --with-gdb-datadir option?
-GDB_DATADIR_PATH = @GDB_DATADIR_PATH@
+GDB_DATADIR = @GDB_DATADIR@
 
 # Helper code from gnulib.
 LIBGNU = gnulib/libgnu.a
@@ -899,13 +899,13 @@ xml-syscall-copy:
 .PHONY: xml-syscall-install
 xml-syscall-install:
        $(SHELL) $(srcdir)/../mkinstalldirs \
-               $(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \
+               $(DESTDIR)$(GDB_DATADIR)/$(XML_SYSCALLS_DIR) ; \
        list='$(XML_SYSCALLS_FILES)' ; \
        for file in $$list ; do \
          f=$(srcdir)/$(XML_SYSCALLS_DIR)/$$file ; \
          if test -f $$f ; then \
            $(INSTALL_DATA) $$f \
-               $(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \
+               $(DESTDIR)$(GDB_DATADIR)/$(XML_SYSCALLS_DIR) ; \
          fi ; \
        done ;