commit | a7fc0101b2c5feb7fc70eb79e5b02c61c7de545f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 18 22:17:12 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 18 22:17:12 2005 +0000 |
tree | 3fb462e659e66b21cfcf4b01c0ab1c7c58f6a436 | |
parent | 142695f3c525035c0ac17e99e8819732585965c3 [diff] [blame] |
updated for version 7.0072
diff --git a/src/Makefile b/src/Makefile index f609466..6ca8a6b 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -1259,7 +1259,7 @@ ALL_CFLAGS = $(PRE_DEFS) $(CFLAGS) $(PROFILE_CFLAGS) $(POST_DEFS) -LINT_CFLAGS = -DLINT -I. $(PRE_DEFS) $(POST_DEFS) -Dinline= -D__extension__= -Dalloca=alloca +LINT_CFLAGS = -DLINT -I. $(PRE_DEFS) $(POST_DEFS) -Dinline= -D__extension__= -Dalloca=alloca -D"__attribute__(x)=" DEPEND_CFLAGS = -DPROTO -DDEPEND -DFEAT_GUI $(LINT_CFLAGS)