kexec-tools/kexec-tools-1.101-Makefile.patch

12 lines
523 B
Diff
Raw Normal View History

2006-07-05 19:54:50 +00:00
--- kexec-tools-1.101/Makefile.orig 2006-07-05 15:42:41.000000000 -0400
+++ kexec-tools-1.101/Makefile 2006-07-05 15:43:09.000000000 -0400
2006-07-05 19:20:43 +00:00
@@ -44,7 +44,7 @@ PKGINCLUDEIR=$(INCLUDEDIR)/$(PACKAGE)
2006-02-02 10:39:56 +00:00
MAN_PAGES:= kexec/kexec.8
BINARIES_i386:= $(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test $(SBINDIR)/kdump
-BINARIES_x86_64:=$(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test
2006-07-05 19:54:50 +00:00
+BINARIES_x86_64:= $(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test $(SBINDIR)/kdump
2006-02-02 10:39:56 +00:00
BINARIES:=$(SBINDIR)/kexec $(BINARIES_$(ARCH))
2006-07-05 19:54:50 +00:00
TARGETS:=$(BINARIES) $(MAN_PAGES)