aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-11 15:33:04 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-11 15:33:04 +0100
commit0c2967118c9e07ba997bb1b1cff24c0c2f241a97 (patch)
tree8a957450f036537045f57fcb4c384885b862725c
parentm (diff)
downloadscrotty-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.in9
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
# }}