diff options
author | 2015-10-07 12:01:21 +0200 | |
---|---|---|
committer | 2015-10-07 12:01:21 +0200 | |
commit | 86d3aa80651cfe0d0599259878bc67156bf6730f (patch) | |
tree | 1d523e71e2e77e906b3a59cf3f2c9fd1c2d9f7c0 /makefile | |
parent | a0f6b5e59a6d691572906367809d969d133d2abc (diff) |
Moved tools in proper place, and moved build python scripts together with other scripts (nw)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $<)) #------------------------------------------------- |