Project

General

Profile

« Previous | Next » 

Revision 8159

inputs/input.Makefile: $(catSrcs): Fixed bug where need to use $(nonHeaderSrcs) instead of $(srcs) to exclude header.csv

View differences:

input.Makefile
165 165
nonXml = $(if $(isXml),,1)
166 166
isCsv = $(if $(nonHeaderSrcs),$(if $(isXml),,1))
167 167
    # true if $(srcs) non-empty and contains no *.xml
168
catSrcs = $(bin)/cat$(if $(nonXml),_csv) $(srcs)
168
catSrcs = $(bin)/cat$(if $(nonXml),_csv) $(nonHeaderSrcs)
169 169
withCatSrcs = $(catSrcs:$(bin)/%=$(bin)/with_%) --
170 170

  
171 171
# Run with `make -s` to avoid echoing make commands

Also available in: Unified diff