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

dtfile: GENCPP, be consistent with SCRIPTFLAGS

This commit is contained in:
Jon Trulson 2019-10-30 20:52:34 -06:00
parent ae98872405
commit eb1ded1dc6

View file

@ -44,15 +44,15 @@ dtfile_SOURCES = ChangeDir.c ChangeDirP.c Command.c Common.c \
ToolTalk.c Trash.c Utils.c fsDialog.c ToolTalk.c Trash.c Utils.c fsDialog.c
# Mind the quoting here... # Mind the quoting here...
LOCAL_CPP_DEFINES = -DSHAPE -D_ILS_MACROS -DSUN_PERF \ SCRIPTFLAGS = -DSHAPE -D_ILS_MACROS -DSUN_PERF \
-DCDE_INSTALLATION_TOP="${prefix}" \ -DCDE_INSTALLATION_TOP="${prefix}" \
-DCDE_CONFIGURATION_TOP="$(CDE_CONFIGURATION_TOP)" \ -DCDE_CONFIGURATION_TOP="$(CDE_CONFIGURATION_TOP)" \
-DKORNSHELL="$(KSH)" -DKORNSHELL="$(KSH)"
dtfile.config: dtfile.config.cpp dtfile.config: dtfile.config.cpp
$(RM) $@ $(RM) $@
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@ $(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@
dtfile_error: dtfile_error.cpp dtfile_error: dtfile_error.cpp
$(RM) $@ $(RM) $@
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@ $(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@