Project

General

Profile

« Previous | Next » 

Revision 10102

inputs/input.Makefile: $(sortFile): use $(filter-out)->then instead of $(filter)->else for clarity

View differences:

input.Makefile
118 118

  
119 119
$(sortFile): _always
120 120
	# add any missing tables to $(sortFile)
121
	$(if $(filter $(sort_file_tables),$(tables)),,$(selfMake) -s list_tables >$@)
121
	$(if $(filter-out $(sort_file_tables),$(tables)),$(selfMake) -s list_tables >$@)
122 122

  
123 123
##### SVN
124 124

  

Also available in: Unified diff