summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-10-07 12:01:21 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-10-07 12:01:21 +0200
commit86d3aa80651cfe0d0599259878bc67156bf6730f (patch)
tree1d523e71e2e77e906b3a59cf3f2c9fd1c2d9f7c0 /makefile
parenta0f6b5e59a6d691572906367809d969d133d2abc (diff)
Moved tools in proper place, and moved build python scripts together with other scripts (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 5f5ba2a0ac8..0b7828a672f 100644
--- a/makefile
+++ b/makefile
@@ -1097,9 +1097,9 @@ generate: \
$(GEN_FOLDERS) \
$(patsubst $(SRC)/%.lay,$(GENDIR)/%.lh,$(LAYOUTS))
-$(GENDIR)/%.lh: $(SRC)/%.lay $(SRC)/build/file2str.py
+$(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/file2str.py
@echo Converting $<...
- $(SILENT)$(PYTHON) $(SRC)/build/file2str.py $< $@ layout_$(basename $(notdir $<))
+ $(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ layout_$(basename $(notdir $<))
#-------------------------------------------------