Project

General

Profile

« Previous | Next » 

Revision 4610

lib/mappings.Makefile: `ifndef` for $(termsSubdirs): Fixed bug where needed to be termsSubdirs instead of missingMappingsCmd

View differences:

mappings.Makefile
1 1
ifndef missingMappingsCmd
2 2
$(error $$(missingMappingsCmd) required)
3 3
endif
4
ifndef missingMappingsCmd
4
ifndef termsSubdirs
5 5
$(error $$(termsSubdirs) required)
6 6
endif
7 7

  

Also available in: Unified diff