diff options
author | Magnus Holmgren <magnushol@gmail.com> | 2006-10-30 18:14:12 +0000 |
---|---|---|
committer | Magnus Holmgren <magnushol@gmail.com> | 2006-10-30 18:14:12 +0000 |
commit | 02da4e6130cebed9915b7eb5caedf2632b8ee5ba (patch) | |
tree | 196c8430e6276342a8ae348fbc09c0816405995e /apps/codecs/libwavpack/Makefile | |
parent | 6bad631af4d0b0893fd40bfcf24aa9343823584f (diff) |
Update several codec Makefiles so that the codec libs build again on Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :))
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11401 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwavpack/Makefile')
-rw-r--r-- | apps/codecs/libwavpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwavpack/Makefile b/apps/codecs/libwavpack/Makefile index 7afc9e1042..20daeb3411 100644 --- a/apps/codecs/libwavpack/Makefile +++ b/apps/codecs/libwavpack/Makefile @@ -15,8 +15,8 @@ ifdef APPEXTRA endif WAVPACKOPTS = -O2 -CFLAGS = $(INCLUDES) $(GCCOPTS) $(WAVPACKOPTS) $(TARGET) $(EXTRA_DEFINES) \ - -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) +CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(WAVPACKOPTS) $(TARGET) \ +$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) # This sets up 'SRC' based on the files mentioned in SOURCES include $(TOOLSDIR)/makesrc.inc |