From 48171686cc540ebac2ebf5dff4cda5216ec4e23e Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 13 Jan 2016 09:18:03 -0500 Subject: [PATCH] Makefile: gdb Add dependencies (previously they would come about if python was brought in). Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/root_image/Makefile b/root_image/Makefile index 4c73b2d..dc17465 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -1058,6 +1058,11 @@ ifeq ($(RPM_ARCH), x86_64) (cd userspace/usr$(LIBSDIR); ln -fs ../lib/libraw1394.so.11) endif +.PHONY: gdb-install +gdb-install: add-debug-bins + $(call RPM_TO_USERSPACE,*libexpat.so*,$(RPM_DIR)/expat) + $(call RPM_TO_USERSPACE,./usr/bin/gdb,$(RPM_DIR)/gdb) + .PHONY: gdb-install gdb-install: add-debug-bins $(call RPM_TO_USERSPACE,*libexpat.so*,$(RPM_DIR)/expat) -- 2.39.5