diff --git a/Makefile b/Makefile index f80c120..df40372 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ $(BUILD_D)/.version: echo '$(VERSION)' | cmp -s - $@ || echo '$(VERSION)' > $@ $(BUILD_D)/versions.s: - ./parse_version.py "$(VERSION)" "$(GITSHA)" > $@ + ./scripts/parse_version.py "$(VERSION)" "$(GITSHA)" > $@ -include x $(patsubst %,src/modules/%/module.mk,$(MODULES)) -include x $(shell find $(BUILD_D) -type f -name '*.d') diff --git a/parse_version.py b/scripts/parse_version.py similarity index 100% rename from parse_version.py rename to scripts/parse_version.py