diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-14 14:52:57 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-14 14:52:57 +0400 |
commit | 62a8153ab6d8ee7a8d77c292211b51127163911c (patch) | |
tree | d398b1dc38c4ddc4b67c07de4dffd5251d43fc41 | |
parent | 011e6c31009fe83d7b0db61b36cfd24638af8784 (diff) | |
download | cibs-62a8153ab6d8ee7a8d77c292211b51127163911c.tar.gz |
Typo, yeah
-rw-r--r-- | rules/patch.mk | 2 |
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 |