mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
build: Rename OBJDIRS variable to OUTDIRS
These directories are not just for object files.
This commit is contained in:
parent
90b15f60bf
commit
7e5bde93a1
7 changed files with 7 additions and 7 deletions
2
Makefile
2
Makefile
|
|
@ -184,7 +184,7 @@ check: all alltools checkheaders examples testprogs fate
|
|||
|
||||
include $(SRC_PATH)/tests/Makefile
|
||||
|
||||
$(sort $(OBJDIRS)):
|
||||
$(sort $(OUTDIRS)):
|
||||
$(Q)mkdir -p $@
|
||||
|
||||
# Dummy rule to stop make trying to rebuild removed or renamed headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue