summaryrefslogtreecommitdiffstats
path: root/odbc-drivers/picoodbc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'odbc-drivers/picoodbc/BUILD')
-rwxr-xr-xodbc-drivers/picoodbc/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/odbc-drivers/picoodbc/BUILD b/odbc-drivers/picoodbc/BUILD
deleted file mode 100755
index cd41035dba..0000000000
--- a/odbc-drivers/picoodbc/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# insert CFLAGS into all subdir makefiles
-# and remove references to /usr/local
- local L &&
- for L in `ls -d *` ; do
- if [[ -f $L/Makefile ]] ; then
- sedit "s/CFLAGS=/CFLAGS+=/;s#/local##" $L/Makefile;
- fi
- done
- make