diff options
Diffstat (limited to 'apps/codecs/Makefile')
| -rw-r--r-- | apps/codecs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile index 76c8ce3..cd0677a 100644 --- a/apps/codecs/Makefile +++ b/apps/codecs/Makefile @@ -95,7 +95,7 @@ ifeq ($(SIMVER), sdl) # This is the SDL simulator version $(OBJDIR)/%.codec : $(OBJDIR)/%.o $(BUILDDIR)/libcodec.a $(OUTPUT) - @echo "LD $(notdir $@) $^" + @echo "LD $(notdir $@)" $(SILENT)$(CC) $(CFLAGS) $(SHARED_FLAG) $< -L$(BUILDDIR) $(CODECLIBS) -lcodec -o $@ ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) # 'x' must be kept or you'll have "Win32 error 5" @@ -137,7 +137,7 @@ $(BUILDDIR)/libcodec.a: $(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib $(LINKCODEC): $(LDS) - @echo "build $@" + @echo "build $(notdir $@)" $(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) -DCODEC $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@ $(BUILDDIR)/libmad.a: libmad |