summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/liba52/Makefile')
-rw-r--r--apps/codecs/liba52/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/liba52/Makefile b/apps/codecs/liba52/Makefile
index 6f8fb08356..aa475b6b74 100644
--- a/apps/codecs/liba52/Makefile
+++ b/apps/codecs/liba52/Makefile
@@ -19,7 +19,7 @@ CFLAGS = $(GCCOPTS) $(A52OPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${ME
19 19
20SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - ) 20SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - )
21SOURCES = $(SRC) 21SOURCES = $(SRC)
22OBJS := $(SRC:%.c=$(OBJDIR)/liba52/%.o) 22OBJS := $(SRC:%.c=$(OBJDIR)/%.o)
23DEPFILE = $(OBJDIR)/dep-liba52 23DEPFILE = $(OBJDIR)/dep-liba52
24DIRS = 24DIRS =
25 25