diff options
author | midipix <writeonce@midipix.org> | 2018-12-10 08:49:55 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-10 08:49:55 -0500 |
commit | ab882e2ebff41ae9c73043abf29a02f40f1aa0ae (patch) | |
tree | 1c4bb379e72faea5167909f0e87764ebe68f4138 | |
parent | 8b9d90c1a6edfb97f4d689b443b7c0a6b7c1e6c7 (diff) | |
download | sbpython2-ab882e2ebff41ae9c73043abf29a02f40f1aa0ae.tar.bz2 sbpython2-ab882e2ebff41ae9c73043abf29a02f40f1aa0ae.tar.xz |
pytools: add missing directory tree dependency.
-rw-r--r-- | project/pytools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/pytools.mk b/project/pytools.mk index d9c967a..7e04ad7 100644 --- a/project/pytools.mk +++ b/project/pytools.mk @@ -4,7 +4,7 @@ PYTOOL_PYDOC = pydoc PYTOOL_SRCDIR = tools PYTOOL_DSTDIR = $(DESTDIR)/$(BINDIR) -$(PYTOOL_SRCDIR)/%: $(SOURCE_DIR)/Tools/scripts/% +$(PYTOOL_SRCDIR)/%: $(SOURCE_DIR)/Tools/scripts/% tree.tag PYCOPY_PYTHON=$(PYCOPY_PYTHON) \ PYCOPY_PREFIX=$(PYCOPY_PREFIX) \ PYCOPY_DSTDIR=$(PYTOOL_SRCDIR) \ |