From ae98872405b56332380425e92669f1101a4b821a Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 30 Oct 2019 20:46:53 -0600 Subject: [PATCH] dtwm: fix quoting for SCRIPTFLAGS --- cde/programs/dtwm/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cde/programs/dtwm/Makefile.am b/cde/programs/dtwm/Makefile.am index 8fe937de4..239a39ecf 100644 --- a/cde/programs/dtwm/Makefile.am +++ b/cde/programs/dtwm/Makefile.am @@ -44,9 +44,9 @@ SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \ Dtwm.defs: Dtwm.defs.src $(RM) $@ - $(GENCPP) -P -DXCOMM=# $(AM_CPPFLAGS) $< > $@ + $(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@ sys.dtwmrc: sys.dtwmrc.src $(RM) $@ - $(GENCPP) -P -DXCOMM=# $(AM_CPPFLAGS) $< > $@ + $(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@