Revision 14777
Added by Aaron Marcuse-Kubitza about 10 years ago
input.Makefile | ||
---|---|---|
186 | 186 |
##### Sources |
187 | 187 |
|
188 | 188 |
srcs = $(call sortFilenames,$(call srcsOnly,$(wildcard $*/*))) |
189 |
nonHeaderSrcs = $(filter-out %/header.csv,$(srcs)) |
|
189 |
nonHeaderSrcs = $(filter-out %/header.csv %/header.txt,$(srcs))
|
|
190 | 190 |
isRef = $(if $(nonHeaderSrcs),,1) |
191 | 191 |
# empty subdir, so references an already-installed staging table |
192 | 192 |
catSrcs = $(bin)/cat_csv $(nonHeaderSrcs) |
Also available in: Unified diff
fix: inputs/input.Makefile: $(nonHeaderSrcs): updated to exclude new header.txt