Revision 4660
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
255 | 255 |
|
256 | 256 |
# Via maps cleanup |
257 | 257 |
ifneq ($(filter %/.map.csv.last_cleanup,$(MAKECMDGOALS)),) |
258 |
%/.map.csv.last_cleanup: %/map.csv $(coreMap) $(vocab) $(dict)
|
|
258 |
%/.map.csv.last_cleanup: %/map.csv $(coreMap) $(dict) |
|
259 | 259 |
$(bin)/in_place $< $(bin)/canon 1 $(coreMap) |
260 | 260 |
$(bin)/in_place $< $(bin)/canon 1 $(dict) |
261 | 261 |
$(bin)/in_place $< $(bin)/translate 1 $(dict) |
Also available in: Unified diff
input.Makefile: %/.map.csv.last_cleanup: Removed no longer used prerequisite $(vocab)