forked from minhngoc25a/freetype2
small update, allow CONFIG_MK to be pre-defined
before inclusion
This commit is contained in:
parent
08a91fd0c6
commit
beece1bf39
|
@ -28,7 +28,9 @@
|
|||
|
||||
.PHONY: setup
|
||||
|
||||
ifndef CONFIG_MK
|
||||
CONFIG_MK := config.mk
|
||||
endif
|
||||
|
||||
# If no configuration sub-makefile is present, or if `setup' is the target
|
||||
# to be built, run the auto-detection rules to figure out which
|
||||
|
|
Loading…
Reference in New Issue