diff options
author | Zdenek Kabelac | 2004-03-09 12:18:40 +0000 |
---|---|---|
committer | Zdenek Kabelac | 2004-03-09 12:18:40 +0000 |
commit | 148beec7e8ad3b7b1d5a4304a3c48c44ed60a818 (patch) | |
tree | a6eb88993b8b32fabc44d113ef4c2795f61c1d2c /Makefile | |
parent | e83a84ac418e71c060749f8180556daca6c4f382 (diff) |
* missing opts for make dep
Originally committed as revision 2860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ ifeq ($(BUILD_VHOOK),yes) endif .depend: $(SRCS) - $(CC) -MM $(CFLAGS) $^ 1>.depend + $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend .libs: lib @test -f .libs || touch .libs |