aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 1063c0f8..2bee3b00 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -256,6 +256,7 @@ $(basedir).x86_64: ../textadept ../textadeptjit ../textadept-ncurses \
$(basedir).i386: ../textadept32 ../textadeptjit32 ../textadept32-ncurses \
../textadeptjit32-ncurses | $(basedir)
cp -r $| $@ && cp $^ $@
+ for t in `ls $@/textadept*`; do mv $$t `echo $$t | sed -e 's/32//;'`; done
$(basedir).win32: ../textadept.exe ../textadeptjit.exe lua51.dll | $(basedir)
cp -r $| $@ && cp $^ $@
cp win32gtk/bin/*.dll $@ && cp -r win32gtk/etc win32gtk/lib win32gtk/share $@