aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-12-18 11:31:23 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-12-18 11:31:23 +0400
commite43b35560c3fc822f289b62222ff2870af635a29 (patch)
treefc2329b75dd03910edea68fd79a946ad6f36fed8
parent812ceb9622f0a0a4a5d3ea53b8f2bce82965c87c (diff)
downloadcibs-e43b35560c3fc822f289b62222ff2870af635a29.tar.gz
Typo
-rw-r--r--rules/ips-manifest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ips-manifest.mk b/rules/ips-manifest.mk
index b50516a..1714a33 100644
--- a/rules/ips-manifest.mk
+++ b/rules/ips-manifest.mk
@@ -94,7 +94,7 @@ generated-files += $(manifests-generated)
endif
# Supplied canonical manifests:
-manifests := $(filter-out $(generated-manifests),$(wildcard *.p5m))
+manifests := $(filter-out $(manifests-generated),$(wildcard *.p5m))
manifests += $(manifests-generated)