This target was added to prevent some files being deleted by make when using chains of implicit rules. This is no longer required.
Signed-off-by: Mans Rullgard <[email protected]> --- common.mak | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/common.mak b/common.mak index 64a3260..3248687 100644 --- a/common.mak +++ b/common.mak @@ -56,8 +56,6 @@ HOSTCFLAGS += $(IFLAGS) # so this saves some time on slow systems. .SUFFIXES: -# Do not delete intermediate files from chains of implicit rules -$(OBJS): endif OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) -- 1.7.5.3 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
