diff options
-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 \ |