From 5ec6b15b65304d94dc1c8cbad05c8b996b470d3a Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 25 Mar 2013 18:49:55 +0100 Subject: build-sys: add missing sed substitution for DEBUGTTY --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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' \ -- cgit v1.2.3-54-g00ecf