From 0680c40a256322071f76abfc8a0dca423e08d741 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 10 Mar 2010 02:57:01 +0000 Subject: Remove .SECONDARY directive The presence of the .SECONDARY directive caused thing to not always be correctly rebuilt. Mentioning the object files explicitly as targets gives the desired result of make not deleting them without unpleasant side-effects. Originally committed as revision 22422 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index e868a2849c..dbd76dbe56 100644 --- a/common.mak +++ b/common.mak @@ -66,7 +66,7 @@ uninstall: uninstall-libs uninstall-headers .SUFFIXES: # Do not delete intermediate files from chains of implicit rules -.SECONDARY: +$(OBJS): endif OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) -- cgit v1.2.3