From 1867144b238f47ab23a4ee10a72ec6e42253ae45 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 25 May 2023 17:41:47 +0200 Subject: [PATCH] buildsys: always pre-clean for dsc target Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 397e528..59b9e20 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ $(DEB): $(BUILDDIR) .PHONY: dsc dsc: $(DSC) $(DSC): $(BUILDDIR) - cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc + cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d lintian $(DSC) .PHONY: clean distclean -- 2.39.5