diff options
author | Kay Sievers <kay@vrfy.org> | 2013-03-25 18:49:55 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-03-25 19:28:00 +0100 |
commit | 5ec6b15b65304d94dc1c8cbad05c8b996b470d3a (patch) | |
tree | 0e16c73801bffdc26eba7745bd80e584095d1620 /Makefile.am | |
parent | d95fd3df5997b0dab8650d9427997d295d0975e3 (diff) |
build-sys: add missing sed substitution for DEBUGTTY
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f958974833..2a1a08ce9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3734,7 +3734,8 @@ SED_PROCESS = \ -e 's,@VERSION\@,$(VERSION),g' \ -e 's,@rootprefix\@,$(rootprefix),g' \ -e 's,@udevlibexecdir\@,$(udevlibexecdir),g' \ - -e 's,@sushell\@,$(sushell),g' \ + -e 's,@SUSHELL\@,$(SUSHELL),g' \ + -e 's,@DEBUGTTY\@,$(DEBUGTTY),g' \ -e 's,@KILL\@,$(KILL),g' \ -e 's,@QUOTAON\@,$(QUOTAON),g' \ -e 's,@QUOTACHECK\@,$(QUOTACHECK),g' \ |