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>
|
||||
|
||||
Fix stale memory references.
|
||||
|
@ -41,7 +41,7 @@ INSTALL_DIR = $(SHELL) $(srcdir)/../../mkinstalldirs
|
||||
GDB_DATADIR = @GDB_DATADIR@
|
||||
|
||||
SYSCALLS_DIR = syscalls
|
||||
SYSCALLS_INSTALL_DIR = $(DESTDIR)/$(GDB_DATADIR)/$(SYSCALLS_DIR)
|
||||
SYSCALLS_INSTALL_DIR = $(DESTDIR)$(GDB_DATADIR)/$(SYSCALLS_DIR)
|
||||
SYSCALLS_FILES = \
|
||||
gdb-syscalls.dtd \
|
||||
ppc-linux.xml ppc64-linux.xml \
|
||||
@ -49,7 +49,7 @@ SYSCALLS_FILES = \
|
||||
sparc-linux.xml sparc64-linux.xml
|
||||
|
||||
PYTHON_DIR = python
|
||||
PYTHON_INSTALL_DIR = $(DESTDIR)/$(GDB_DATADIR)/$(PYTHON_DIR)
|
||||
PYTHON_INSTALL_DIR = $(DESTDIR)$(GDB_DATADIR)/$(PYTHON_DIR)
|
||||
PYTHON_FILES = \
|
||||
gdb/__init__.py \
|
||||
gdb/types.py \
|
||||
|
Loading…
Reference in New Issue
Block a user