Browse Source

Simplify .depend file inclusion.

Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
6ca0c110f5
2 changed files with 2 additions and 6 deletions
  1. +1
    -3
      Makefile
  2. +1
    -3
      common.mak

+ 1
- 3
Makefile View File

@@ -242,6 +242,4 @@ codectest libavtest test-server fulltest test mpeg4 mpeg: $(PROGS)
.PHONY: dep depend clean distclean TAGS
.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg

ifneq ($(wildcard .depend),)
include .depend
endif
-include .depend

+ 1
- 3
common.mak View File

@@ -96,6 +96,4 @@ uninstall-headers:

.PHONY: all depend dep clean distclean install* uninstall*

ifneq ($(wildcard .depend),)
include .depend
endif
-include .depend

Loading…
Cancel
Save