diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:37:26 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:37:26 +0200 |
commit | 5e123f9fef3cf665a2b81a8200e34e6de1a54454 (patch) | |
tree | cbf488f5d45d2a8fbf27c1432ac721d00edb9c0a /Makefile.am | |
parent | c21446eca097f3237610d4d3db9a5e7669fdd98a (diff) |
Remove TTY_GID checks
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3025c65ad2..eb758195dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -997,7 +997,6 @@ substitutions = \ '|PYTHON_BINARY=$(PYTHON_BINARY)|' \ '|systemuidmax=$(SYSTEM_UID_MAX)|' \ '|systemgidmax=$(SYSTEM_GID_MAX)|' \ - '|TTY_GID=$(TTY_GID)|' \ '|systemsleepdir=$(systemsleepdir)|' \ '|systemshutdowndir=$(systemshutdowndir)|' \ '|binfmtdir=$(binfmtdir)|' \ |