diff options
author | 2018-04-26 09:58:28 -0400 | |
---|---|---|
committer | 2018-04-26 09:58:28 -0400 | |
commit | 71b4bd1a4bc0a7bfa6f7708e5262336b6b2a4b78 (patch) | |
tree | 718cfaa3dc1208a45bb011c123f9cf62630caa7c | |
parent | 5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39 (diff) | |
download | textadept-71b4bd1a4bc0a7bfa6f7708e5262336b6b2a4b78.tar.gz textadept-71b4bd1a4bc0a7bfa6f7708e5262336b6b2a4b78.zip |
Fixed build error introduced in last commit.
-rw-r--r-- | src/Makefile | 1 |
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 $@ |