summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b37a867dd..b7fa8eadd 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ arch := $(shell dpkg-architecture -q DEB_HOST_ARCH)
6version := $(shell head -n1 debian/changelog | $(script)) 6version := $(shell head -n1 debian/changelog | $(script))
7 7
8build-stamp: 8build-stamp:
9 sudo apt-get build-dep openssh 9 mk-build-deps ./debian/control --install --root-cmd sudo --remove
10 dpkg-buildpackage -us -uc -nc 10 dpkg-buildpackage -us -uc -nc
11 touch $@ 11 touch $@
12 12