From 5970e0a93f691bdb7134f6cc2598e6d5aca63c1b Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 13 Dec 2011 22:29:11 +1030 Subject: Remove external VERSION #define for lua_cjson.c The external #define complicates compilation but is only used in lua_cjson.c and Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26f5253..3e179e8 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ INSTALL_CMD = install ## End platform specific section -BUILD_CFLAGS = -fpic -I$(LUA_INCLUDE_DIR) -DVERSION=\"$(CJSON_VERSION)\" $(CJSON_CFLAGS) +BUILD_CFLAGS = -fpic -I$(LUA_INCLUDE_DIR) $(CJSON_CFLAGS) OBJS := lua_cjson.o strbuf.o .PHONY: all clean install package doc -- cgit v1.2.3-55-g6feb