mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 15:05:46 +00:00
* data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
Remove extraneous '/' after $(DESTDIR). (PYTHON_INSTALL_DIR): Likewise.
This commit is contained in:
parent
524ff2b8d9
commit
1bfda48e8c
@ -1,3 +1,9 @@
|
|||||||
|
2010-11-19 Keith Seitz <keiths@redhat.com>
|
||||||
|
|
||||||
|
* data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
|
||||||
|
Remove extraneous '/' after $(DESTDIR).
|
||||||
|
(PYTHON_INSTALL_DIR): Likewise.
|
||||||
|
|
||||||
2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2010-11-19 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Fix stale memory references.
|
Fix stale memory references.
|
||||||
|
@ -41,7 +41,7 @@ INSTALL_DIR = $(SHELL) $(srcdir)/../../mkinstalldirs
|
|||||||
GDB_DATADIR = @GDB_DATADIR@
|
GDB_DATADIR = @GDB_DATADIR@
|
||||||
|
|
||||||
SYSCALLS_DIR = syscalls
|
SYSCALLS_DIR = syscalls
|
||||||
SYSCALLS_INSTALL_DIR = $(DESTDIR)/$(GDB_DATADIR)/$(SYSCALLS_DIR)
|
SYSCALLS_INSTALL_DIR = $(DESTDIR)$(GDB_DATADIR)/$(SYSCALLS_DIR)
|
||||||
SYSCALLS_FILES = \
|
SYSCALLS_FILES = \
|
||||||
gdb-syscalls.dtd \
|
gdb-syscalls.dtd \
|
||||||
ppc-linux.xml ppc64-linux.xml \
|
ppc-linux.xml ppc64-linux.xml \
|
||||||
@ -49,7 +49,7 @@ SYSCALLS_FILES = \
|
|||||||
sparc-linux.xml sparc64-linux.xml
|
sparc-linux.xml sparc64-linux.xml
|
||||||
|
|
||||||
PYTHON_DIR = python
|
PYTHON_DIR = python
|
||||||
PYTHON_INSTALL_DIR = $(DESTDIR)/$(GDB_DATADIR)/$(PYTHON_DIR)
|
PYTHON_INSTALL_DIR = $(DESTDIR)$(GDB_DATADIR)/$(PYTHON_DIR)
|
||||||
PYTHON_FILES = \
|
PYTHON_FILES = \
|
||||||
gdb/__init__.py \
|
gdb/__init__.py \
|
||||||
gdb/types.py \
|
gdb/types.py \
|
||||||
|
Loading…
Reference in New Issue
Block a user