summaryrefslogtreecommitdiffstats
path: root/mobile/libopensync/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/libopensync/SUB_DEPENDS')
-rwxr-xr-xmobile/libopensync/SUB_DEPENDS5
1 files changed, 0 insertions, 5 deletions
diff --git a/mobile/libopensync/SUB_DEPENDS b/mobile/libopensync/SUB_DEPENDS
deleted file mode 100755
index 2ba989d777..0000000000
--- a/mobile/libopensync/SUB_DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-case "$THIS_SUB_DEPENDS" in
- PYTHON) depends swig && sub_depends swig PYTHON && depends python "--enable-python" ;;
-*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
- return 1;;
-esac