Browse Source

build: do not add CFLAGS-yes to CFLAGS

CFLAGS-yes is never set so this serves no purpose.

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard 14 years ago
parent
commit
5eaba041a0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      common.mak

+ 0
- 1
common.mak View File

@@ -73,7 +73,6 @@ endif

OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)

CFLAGS += $(CFLAGS-yes)
OBJS += $(OBJS-yes)
FFLIBS := $(FFLIBS-yes) $(FFLIBS)
TESTPROGS += $(TESTPROGS-yes)


Loading…
Cancel
Save