Revision 4610
Added by Aaron Marcuse-Kubitza about 12 years ago
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
lib/mappings.Makefile: `ifndef` for $(termsSubdirs): Fixed bug where needed to be termsSubdirs instead of missingMappingsCmd