mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Mark all clean targets as phony.
Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7ed673af71
commit
0cc647cbfb
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -303,4 +303,4 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
|
|||
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
|
||||
|
||||
|
||||
.PHONY: lib documentation *test regtest-* testclean swscale-error zlib-error alltools check
|
||||
.PHONY: lib documentation *test regtest-* swscale-error zlib-error alltools check
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ install: install-libs install-headers
|
|||
|
||||
uninstall: uninstall-libs uninstall-headers
|
||||
|
||||
.PHONY: all depend dep clean distclean install* uninstall* tests
|
||||
.PHONY: all depend dep *clean install* uninstall* tests
|
||||
endif
|
||||
|
||||
CFLAGS += $(CFLAGS-yes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue