From 226d2c124884c7318b7fb86c2e6bdf792eddd1a9 Mon Sep 17 00:00:00 2001 From: Santiago Torres Date: Mon, 11 Mar 2019 21:18:16 -0400 Subject: drop DU* config variables Since DUFLAGS and DUPATH are not needed anymore remove them from the source Signed-off-by: Santiago Torres Signed-off-by: Allan McRae --- scripts/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 4eda9083..2c743e82 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -176,8 +176,6 @@ edit = sed \ -e "s|@INODECMD[@]|$(INODECMD)|g" \ -e 's|@SEDINPLACEFLAGS[@]|$(SEDINPLACEFLAGS)|g' \ -e 's|@SEDPATH[@]|$(SEDPATH)|g' \ - -e 's|@DUFLAGS[@]|$(DUFLAGS)|g' \ - -e 's|@DUPATH[@]|$(DUPATH)|g' \ -e 's|@SCRIPTNAME[@]|$@|g' \ -e 's|@configure_input[@]|Generated from $<; do not edit by hand.|g' -- cgit v1.2.3-54-g00ecf