aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-04-26 09:58:28 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2018-04-26 09:58:28 -0400
commit71b4bd1a4bc0a7bfa6f7708e5262336b6b2a4b78 (patch)
tree718cfaa3dc1208a45bb011c123f9cf62630caa7c
parent5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39 (diff)
downloadtextadept-71b4bd1a4bc0a7bfa6f7708e5262336b6b2a4b78.tar.gz
textadept-71b4bd1a4bc0a7bfa6f7708e5262336b6b2a4b78.zip
Fixed build error introduced in last commit.
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c370ffc7..4deb0430 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -399,7 +399,6 @@ lua/src/lib/lpeg: | $(lpeg_tgz)
lua/src/lib/lfs: | $(lfs_zip)
if [ -d $@ ]; then rm -r $@; fi
mkdir -p $@ && unzip -d $@ $| && mv $@/*/src/*.c $@/*/src/*.h $(dir $@)
- patch -d $(dir $@) -N -p1 < $<
lua/src/lib/lspawn: | $(lspawn_zip)
mkdir -p $@ && unzip -d $@ $| && mv $@/*/*.c $(dir $@)
$(gtdialog_zip): ; wget $(gtdialog_url) -O $@