|
@@ -78,7 +78,8 @@ x := $(shell rm -rf meson-private meson-info meson-logs)
|
|
|
endif
|
|
|
|
|
|
# 1. ensure config-host.mak is up-to-date
|
|
|
-config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/scripts/meson-buildoptions.sh $(SRC_PATH)/VERSION
|
|
|
+config-host.mak: $(SRC_PATH)/configure $(SRC_PATH)/scripts/meson-buildoptions.sh \
|
|
|
+ $(SRC_PATH)/pythondeps.toml $(SRC_PATH)/VERSION
|
|
|
@echo config-host.mak is out-of-date, running configure
|
|
|
@if test -f meson-private/coredata.dat; then \
|
|
|
./config.status --skip-meson; \
|