]> git.proxmox.com Git - lxc.git/blobdiff - Makefile
buildsys: don't pass no-clean flag for source package build
[lxc.git] / Makefile
index 6a87716c18cf46ff55930fed6820602c8f176b05..55565e77dba533082129c35d26d78c959846f990 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ $(ORIG_SRC_TAR): $(BUILDSRC)
 dsc: $(DSC)
 $(DSC): $(ORIG_SRC_TAR)
        rm -f *.dsc
-       cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d -nc
+       cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
 .PHONY: upload