projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use OBJS variable for all object files
[ffmpeg.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
0b1d2da
..
cb67a9b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-46,7
+46,7
@@
$(PROGS): %$(EXESUF): %_g$(EXESUF)
cp -p $< $@
$(STRIP) $@
-SUBDIR_VARS := OBJS
ASM_OBJS CPP_OBJS
FFLIBS CLEANFILES DIRS TESTS
+SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTS
define RESET
$(1) :=