Browse Source

Stop make complaining about moved/deleted headers

Originally committed as revision 24041 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård 15 years ago
parent
commit
11d788cade
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      common.mak

+ 4
- 0
common.mak View File

@@ -57,6 +57,10 @@ HOSTCFLAGS += $(IFLAGS)

%.c %.h: TAG = GEN

# Dummy rule to stop make trying to rebuild removed or renamed headers
%.h:
@:

install: install-libs install-headers
install-libs: install-libs-yes



Loading…
Cancel
Save