diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-10 14:05:12 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-10 14:05:12 +0000 |
commit | ed7bf3c3c835e6b6be2fb1a8c7e403f39698aeb2 (patch) | |
tree | aeed3f09d4da6020b631fbdee98a4fda27ff52f1 /Makefile | |
parent | 097e1da470b1c2cf2eb30d683defb48a4e047617 (diff) | |
download | ffmpeg-ed7bf3c3c835e6b6be2fb1a8c7e403f39698aeb2.tar.gz |
Simplify command with automatic variable.
Originally committed as revision 9267 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ version.h: $(SRC_PATH)/version.sh $(SRC_PATH) output_example$(EXESUF): output_example.o .libs - $(CC) $(LDFLAGS) -o $@ output_example.o $(EXTRALIBS) + $(CC) $(LDFLAGS) -o $@ $< $(EXTRALIBS) qt-faststart$(EXESUF): qt-faststart.c $(CC) $(CFLAGS) $< -o $@ |