diff --git a/scst/Makefile b/scst/Makefile index bcd0770e4..44cdd1cdd 100644 --- a/scst/Makefile +++ b/scst/Makefile @@ -54,7 +54,9 @@ enable_proc: cd $(SCST_DIR) && $(MAKE) $@ release-archive: - ../scripts/generate-release-archive scst "$$(sed -n 's/^#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^\"]*\)\".*/\1/p' include/scst_const.h)" + ../scripts/generate-release-archive scst \ + "$$(sed -n 's/^#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^\"]*\)\".*/\1/p' include/scst_const.h)" \ + $(shell list-source-files) ../scripts/rebuild-rhel-kernel-rpm help: @echo " all (the default) : make all"