summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorMario Emmenlauer <memmenlauer@biodataanalysis.de>2020-11-19 10:49:33 +0100
committerZezeng Wang <51382517@qq.com>2020-11-28 18:04:38 +0800
commitb72b674efc5114b733e0b7ae7ba68ce3933fa051 (patch)
treef9cff4706c0c0f32024146568129d13f79730ef6 /tutorial
parent71e972c9708b0b41e7e51ed681a7edd71721ec3e (diff)
downloadthrift-b72b674efc5114b733e0b7ae7ba68ce3933fa051.tar.gz
Removed symbolic link tutorial/cl/ensure-externals.sh
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/cl/Makefile.am4
l---------tutorial/cl/ensure-externals.sh1
2 files changed, 2 insertions, 3 deletions
diff --git a/tutorial/cl/Makefile.am b/tutorial/cl/Makefile.am
index 2b2013a3c..2d15b08eb 100755
--- a/tutorial/cl/Makefile.am
+++ b/tutorial/cl/Makefile.am
@@ -16,8 +16,8 @@
# specific language governing permissions and limitations
# under the License.
-setup-local-lisp-env: ensure-externals.sh
- bash ensure-externals.sh
+setup-local-lisp-env: ../../lib/cl/ensure-externals.sh
+ bash ../../lib/cl/ensure-externals.sh
gen-cl: $(top_srcdir)/tutorial/tutorial.thrift
$(THRIFT) --gen cl -r $<
diff --git a/tutorial/cl/ensure-externals.sh b/tutorial/cl/ensure-externals.sh
deleted file mode 120000
index 5ae8c5657..000000000
--- a/tutorial/cl/ensure-externals.sh
+++ /dev/null
@@ -1 +0,0 @@
-../../lib/cl/ensure-externals.sh \ No newline at end of file