summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Lamprecht <t.lamprecht@proxmox.com>2023-05-25 17:41:47 +0200
committerThomas Lamprecht <t.lamprecht@proxmox.com>2023-05-25 18:18:57 +0200
commit1867144b238f47ab23a4ee10a72ec6e42253ae45 (patch)
tree5307cd9b0d21d58cdfe10927605294bf24d24bc3 /Makefile
parent734dccd3a94ee08919c8c363b891b9f4ff6a5b34 (diff)
buildsys: always pre-clean for dsc target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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