diff options
| author | William S Fulton <wsf@fultondesigns.co.uk> | 2018-01-06 23:12:52 +0000 |
|---|---|---|
| committer | William S Fulton <wsf@fultondesigns.co.uk> | 2018-01-06 23:12:52 +0000 |
| commit | b0c910ac96c56a11a140ec24fbf12c976d43ebff (patch) | |
| tree | a61c484cd4ae6acb0208d15e571e0201163d30d9 /Examples/python | |
| parent | 830422a87b29bc47ad5167d52d56f281736ddaf6 (diff) | |
| download | swig-b0c910ac96c56a11a140ec24fbf12c976d43ebff.tar.gz | |
Fix out of source import_packages Makefile
Diffstat (limited to 'Examples/python')
| -rw-r--r-- | Examples/python/import_packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/import_packages/Makefile b/Examples/python/import_packages/Makefile index a70c97e8b..e6c07fe75 100644 --- a/Examples/python/import_packages/Makefile +++ b/Examples/python/import_packages/Makefile @@ -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; \ |
