diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2023-05-25 17:41:47 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2023-05-25 18:18:57 +0200 |
| commit | 1867144b238f47ab23a4ee10a72ec6e42253ae45 (patch) | |
| tree | 5307cd9b0d21d58cdfe10927605294bf24d24bc3 /Makefile | |
| parent | 734dccd3a94ee08919c8c363b891b9f4ff6a5b34 (diff) | |
buildsys: always pre-clean for dsc target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
