Fix out of source import_packages Makefile
This commit is contained in:
parent
830422a87b
commit
b0c910ac96
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import_packages_subdirs = \
|
|||
check: build
|
||||
if test "x$(SRCDIR)" != x; then \
|
||||
for file in `cd $(SRCDIR) && find . -type f -name "*.py"`; do \
|
||||
mkdir -p `dirname $$file` \
|
||||
mkdir -p `dirname $$file`; \
|
||||
cp "${SRCDIR}$$file" "$$file" || exit 1; \
|
||||
done; \
|
||||
fi; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue