Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-10 18:05:12 +0400
committerDiego Biurrun <diego@biurrun.de>2007-06-10 18:05:12 +0400
commited7bf3c3c835e6b6be2fb1a8c7e403f39698aeb2 (patch)
treeaeed3f09d4da6020b631fbdee98a4fda27ff52f1 /Makefile
parent097e1da470b1c2cf2eb30d683defb48a4e047617 (diff)
Simplify command with automatic variable.
Originally committed as revision 9267 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45f226c718..5dcb2e8927 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@