From d5da6c832de30c5a093d73328e140d8d0b6adb0a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 03:09:57 +0000 Subject: [PATCH] Merge r7377 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7637 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2b76bc9a8..9dc28bc2d 100644 --- a/Makefile +++ b/Makefile @@ -444,6 +444,7 @@ scst-rpm: <$${name}.spec.in >$${name}.spec && \ MAKE="$(MAKE)" rpmbuild --define="%_topdir $${rpmtopdir}" \ $(if $(KVER),--define="%kversion $(KVER)") \ + $(if $(KDIR),--define="%kdir $(KDIR)") \ -ba $${name}.spec && \ rm -f $${name}-$(VERSION).tar.bz2