diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-17 19:46:51 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-17 19:46:51 +0400 |
commit | 635df22b26f40583f5e72e7b2b4d3640a44102a6 (patch) | |
tree | c8ec3a8e7cac06213274678b2f0453335c73ae1e | |
parent | 442b6bb69f03a09fa246f1278e7d5aa9f0da955c (diff) | |
download | cibs-pkgs-master.tar.gz |
-rw-r--r-- | vim/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/Makefile b/vim/Makefile index 56ba8f2..1433b2c 100644 --- a/vim/Makefile +++ b/vim/Makefile @@ -29,11 +29,6 @@ autoconf-stamp: patch-stamp $(eval $(call add-variant,basic)) $(eval $(call add-variant,nox)) -$(eval $(call add-variant,tiny)) - -# Clean protodir, because they do not exist, we do not use them, -# and pkg requires them to exist -pkg-protos := -d . configure-options := \ --prefix=/usr \ |