[MPlayer-cvslog] r31968 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue Aug 17 17:07:17 CEST 2010
Author: diego
Date: Tue Aug 17 17:07:16 2010
New Revision: 31968
Log:
Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Tue Aug 17 17:06:38 2010 (r31967)
+++ trunk/Makefile Tue Aug 17 17:07:16 2010 (r31968)
@@ -844,9 +844,6 @@ all: $(ALL_PRG-yes)
checkheaders: $(ALLHEADERS:.h=.ho)
-dep depend: $(DEPS)
- for part in $(FFMPEGPARTS); do $(MAKE) -C $$part depend; done
-
$(FFMPEGLIBS): $(FFMPEGFILES) config.h
$(MAKE) -C $(@D)
touch $@
@@ -1163,7 +1160,7 @@ ifneq ($(MAKECMDGOALS),distclean)
endif
.PHONY: all doxygen *install* *tools drivers dhahelper*
-.PHONY: checkheaders *clean dep depend tests
+.PHONY: checkheaders *clean tests
# Disable suffix rules. Most of the builtin rules are suffix rules,
# so this saves some time on slow systems.
More information about the MPlayer-cvslog
mailing list