diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index dc8af36..f5c7c55 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile | |||
@@ -42,7 +42,7 @@ $$(d)/$(1)/%.o: $$(d)/%.c $$(d)/config.h | |||
42 | ifneq ($(1), 5.3) | 42 | ifneq ($(1), 5.3) |
43 | $$(d)/$(1)/compat53.o: $$(d)/../vendor/compat53/c-api/compat-5.3.c $$(d)/../vendor/compat53/c-api/compat-5.3.h $$(d)/config.h | 43 | $$(d)/$(1)/compat53.o: $$(d)/../vendor/compat53/c-api/compat-5.3.c $$(d)/../vendor/compat53/c-api/compat-5.3.h $$(d)/config.h |
44 | $$(MKDIR) -p $$(@D) | 44 | $$(MKDIR) -p $$(@D) |
45 | $$(CC) $$(CFLAGS_$$(<D)) $$(ALL_LUA$(subst .,,$(1))_CPPFLAGS) $$(CPPFLAGS_$$(<D)) -c -o $$@ $$< | 45 | $$(CC) $$(CFLAGS_$(d)) $$(ALL_LUA$(subst .,,$(1))_CPPFLAGS) $$(CPPFLAGS_$(d)) -c -o $$@ $$< |
46 | 46 | ||
47 | $$(d)/$(1)/%.o: $$(d)/../vendor/compat53/c-api/compat-5.3.h | 47 | $$(d)/$(1)/%.o: $$(d)/../vendor/compat53/c-api/compat-5.3.h |
48 | 48 | ||