aboutsummaryrefslogtreecommitdiff
path: root/rules/patch.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-09-14 14:52:57 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-09-14 14:52:57 +0400
commit62a8153ab6d8ee7a8d77c292211b51127163911c (patch)
treed398b1dc38c4ddc4b67c07de4dffd5251d43fc41 /rules/patch.mk
parent011e6c31009fe83d7b0db61b36cfd24638af8784 (diff)
downloadcibs-62a8153ab6d8ee7a8d77c292211b51127163911c.tar.gz
Typo, yeah
Diffstat (limited to 'rules/patch.mk')
-rw-r--r--rules/patch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/patch.mk b/rules/patch.mk
index bbbb7b8..40d9174 100644
--- a/rules/patch.mk
+++ b/rules/patch.mk
@@ -25,7 +25,7 @@
ifeq (,$(__patch_mk))
patchdir = $(CURDIR)/patches
-patches := $(shell cd "$(patchdir)" && ls -1 | sort)
+patches = $(shell cd "$(patchdir)" && ls -1 | sort)
# Try different path levels:
applied-%-stamp: $(patchdir)/% unpack-stamp check-build-dep-stamp