diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile index 05628243..7f4975cf 100644 --- a/pkg/rpm/Makefile +++ b/pkg/rpm/Makefile @@ -59,7 +59,7 @@ all: check-build-depends-all unit modules modules: $(addprefix unit-, $(MODULES)) -specs: $(addsuffix .spec, $(addprefix rpmbuild/SPECS/unit-, $(MODULES))) +specs: rpmbuild/SPECS/unit.spec $(addsuffix .spec, $(addprefix rpmbuild/SPECS/unit-, $(MODULES))) check-build-depends-%: @{ \ |