diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 15:33:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 15:33:04 +0100 |
commit | 0c2967118c9e07ba997bb1b1cff24c0c2f241a97 (patch) | |
tree | 8a957450f036537045f57fcb4c384885b862725c | |
parent | m (diff) | |
download | scrotty-0c2967118c9e07ba997bb1b1cff24c0c2f241a97.tar.gz scrotty-0c2967118c9e07ba997bb1b1cff24c0c2f241a97.tar.bz2 scrotty-0c2967118c9e07ba997bb1b1cff24c0c2f241a97.tar.xz |
make: remove old variables
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in index 63360cf..0676489 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,15 +100,6 @@ _EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \ # Used by mk/shell.mk _AUTO_COMPLETE = scrotty _WITH_SHELL = 1 -ifndef WITH_BASH -WITHOUT_BASH = 1 -endif -ifndef WITH_FISH -WITHOUT_FISH = 1 -endif -ifndef WITH_ZSH -WITHOUT_ZSH = 1 -endif # }} |