summaryrefslogtreecommitdiff
path: root/Examples/python
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2018-01-06 23:12:52 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2018-01-06 23:12:52 +0000
commitb0c910ac96c56a11a140ec24fbf12c976d43ebff (patch)
treea61c484cd4ae6acb0208d15e571e0201163d30d9 /Examples/python
parent830422a87b29bc47ad5167d52d56f281736ddaf6 (diff)
downloadswig-b0c910ac96c56a11a140ec24fbf12c976d43ebff.tar.gz
Fix out of source import_packages Makefile
Diffstat (limited to 'Examples/python')
-rw-r--r--Examples/python/import_packages/Makefile2
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; \