diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-13 21:34:57 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-13 21:34:57 +0400 |
commit | d62e2942bb1b170143708171c4a315e4356130ef (patch) | |
tree | ba7aa08a1612b4d6fd89824979eeba109eaa5791 | |
parent | 5b9bc9bc275a552c623c4b28dfba55c5682c5026 (diff) | |
download | cibs-d62e2942bb1b170143708171c4a315e4356130ef.tar.gz |
sourcedir is annoying here
-rw-r--r-- | rules/ips-manifest.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/ips-manifest.mk b/rules/ips-manifest.mk index 71f08a1..7eb9fdf 100644 --- a/rules/ips-manifest.mk +++ b/rules/ips-manifest.mk @@ -57,7 +57,6 @@ pkg-define += $(foreach _,$(variants),-D builddir.$(_)="$(builddir-base.$(_))") # Where to find files: pkg-protos = $(foreach _,$(variants),-d "$(protodir.$(_))") -pkg-protos += -d "$(sourcedir)" pkg-protos += -d . transformations := \ |