dtfile: make sure dterror.ds is generated and installed
This commit is contained in:
@@ -9,7 +9,7 @@ CLEANFILES = dtfile.config dtfile_error
|
|||||||
|
|
||||||
dist_config_DATA = dtfile.config
|
dist_config_DATA = dtfile.config
|
||||||
|
|
||||||
dist_bin_SCRIPTS = dtfile_error
|
dist_bin_SCRIPTS = dtfile_error dterror.ds
|
||||||
|
|
||||||
dtfile_CPPFLAGS = -I./dtcopy -DSHAPE -D_ILS_MACROS -DSUN_PERF \
|
dtfile_CPPFLAGS = -I./dtcopy -DSHAPE -D_ILS_MACROS -DSUN_PERF \
|
||||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||||
@@ -55,3 +55,7 @@ dtfile.config: dtfile.config.cpp
|
|||||||
dtfile_error: dtfile_error.cpp
|
dtfile_error: dtfile_error.cpp
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
$(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@
|
$(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@
|
||||||
|
|
||||||
|
dterror.ds: dterror.src
|
||||||
|
$(RM) $@
|
||||||
|
$(GENCPP) -P -DXCOMM=# $(SCRIPTFLAGS) $< > $@
|
||||||
|
|||||||
Reference in New Issue
Block a user