summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-29 23:46:21 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-29 23:46:21 +0100
commit3e96c3d241ab657cf4df0913ea8de50a6cb90730 (patch)
treea80c7a34ae529aac456dbc43a65db62e39398ed1 /src/Makefile
parent569850724ef37061bfd4cb6423f04c8b8c690515 (diff)
downloadvim-git-3e96c3d241ab657cf4df0913ea8de50a6cb90730.tar.gz
patch 7.4.1202v7.4.1202
Problem: Still one more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) (closes #612)
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 29c868057..38d31eb34 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1679,6 +1679,7 @@ PRO_AUTO = \
normal.pro \
ops.pro \
option.pro \
+ os_mac_conv.pro \
os_unix.pro \
popupmnu.pro \
pty.pro \