mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fix make dep for out of tree builds
Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1ed1a122a7
commit
3894bc74db
2
Makefile
2
Makefile
@ -210,7 +210,7 @@ ifeq ($(CONFIG_VHOOK),yes)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
.depend: $(SRCS) version.h
|
.depend: $(SRCS) version.h
|
||||||
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(SRCS) 1>.depend
|
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
|
||||||
|
|
||||||
.libs: lib
|
.libs: lib
|
||||||
@test -f .libs || touch .libs
|
@test -f .libs || touch .libs
|
||||||
|
Loading…
Reference in New Issue
Block a user