mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 18:41:27 +00:00
* data-directory/Makefile.in (SYSCALLS_INSTALL_DIR):
Remove extraneous '/' after $(DESTDIR). (PYTHON_INSTALL_DIR): Likewise.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user