From 587c8d0cc930c908d7b7807a602893b916904477 Mon Sep 17 00:00:00 2001 From: rfelker Date: Sat, 26 Jun 2004 15:35:35 +0000 Subject: this is broken and causes relink during 'make install'. fix it or leave it disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12697 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4caa61242d..d80c951925 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ endif .SUFFIXES: .cc .c .o -.PHONY: $(COMMON_DEPS) +#.PHONY: $(COMMON_DEPS) all: version.h $(ALL_PRG) @@ -195,7 +195,7 @@ else MENU_LIBS = endif -MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) +MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) libmpcodecs/libmpencoders.a ifeq ($(VIDIX),yes) VIDIX_LIBS = vidix/libvidix.a -- cgit v1.2.3