summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4a16d9..6934d38 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,7 @@ apt = $(shell which apt || which apt-get)
179 179
180.PHONY: apt-get-update-stamp 180.PHONY: apt-get-update-stamp
181apt-get-update-stamp: 181apt-get-update-stamp:
182 @if $(stale) \ 182 @if $(stale); \
183 then \ 183 then \
184 set -x; \ 184 set -x; \
185 sudo dpkg --add-architecture i386; \ 185 sudo dpkg --add-architecture i386; \