summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2019-08-01 22:52:18 -0500
committerCameron Hall <cameronghall@cox.net>2019-08-01 22:52:18 -0500
commitc04e14d2fe1bd7ca5b45f2b85db228fc35ad6b4f (patch)
tree02e7bb4eb311e630e553bea8426840097f8b059f /Makefile
parent3878495887f2693c810228694b417f4e4d954476 (diff)
m4a COMMON syms
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e1cabe..94bfc73 100755
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,7 @@ $(C_BUILDDIR)/libc.o: CFLAGS := -O2
$(C_BUILDDIR)/m4a_2.o: CC1 := tools/agbcc/bin/old_agbcc
$(C_BUILDDIR)/m4a_4.o: CC1 := tools/agbcc/bin/old_agbcc
+$(C_BUILDDIR)/m4a.o: CC1 := tools/agbcc/bin/old_agbcc
ifeq ($(NODEP),)
$(C_BUILDDIR)/%.o: c_dep = $(shell $(SCANINC) -I include $(C_SUBDIR)/$*.c)