summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a14d817..e3f38bd 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,7 @@ endif
193 193
194FORCE: 194FORCE:
195 195
196debian_dist = stretch 196debian_dist := $(shell lsb_release -cs)
197 197
198apt_list_files = $(addprefix /./var/lib/apt/lists/, \ 198apt_list_files = $(addprefix /./var/lib/apt/lists/, \
199 *$(debian_dist)_main_binary* \ 199 *$(debian_dist)_main_binary* \