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:
parent
6debd5996e
commit
ae98872405
1 changed files with 2 additions and 2 deletions
|
@ -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) $< > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue