aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 1632b68e12..55abdfae46 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -294,7 +294,7 @@ CPPFLAGS += -D_GNU_SOURCE
CPPFLAGS += -D__STDC_LIMIT_MACROS
### FIXME: this is GCC specific
-CPPFLAGS += -DDEPRECATED='__attribute__ ((deprecated))'
+CPPFLAGS += -DATTR_DEPRECATED='__attribute__ ((deprecated))'
CompileCommonOpts := -Wall -W -Wwrite-strings -Wno-unused
CompileOptimizeOpts := -O3 -DNDEBUG -finline-functions