]> git.proxmox.com Git - ifupdown-pve.git/commitdiff
buildsys: fix clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Oct 2022 19:57:55 +0000 (21:57 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Oct 2022 19:57:55 +0000 (21:57 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 4d33344db0bba2780db66b62a97bac25849da0b1..a23e0a1b33a2e47eb2a74feed1ec99202bc42a7f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ upload: $(DEB)
 
 distclean: clean
 clean:
-       rm -rf $(PACKAGE)-*/ *.deb *.changes *.dsc *.buildinfo
+       rm -rf $(SRCDIR)-*/ *.deb *.changes *.dsc *.buildinfo
 
 dinstall: deb
        dpkg -i $(DEB)