1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtwm: fix quoting for SCRIPTFLAGS

This commit is contained in:
Jon Trulson 2019-10-30 20:46:53 -06:00
parent 6debd5996e
commit ae98872405

View file

@ -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) $< > $@