jamal | 9 Aug 2012 05:09
Favicon

checkheaders: Rename HEADEROBJS to HOBJS

ffmpeg | branch: master | jamal <jamrial <at> gmail.com> | Wed Aug  8 23:56:20 2012 -0300|
[5d8e54fe1ded58cd2d76c112041f5202ce762aef] | committer: Michael Niedermayer

checkheaders: Rename HEADEROBJS to HOBJS

Signed-off-by: Michael Niedermayer <michaelni <at> gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d8e54fe1ded58cd2d76c112041f5202ce762aef
---

 common.mak |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/common.mak b/common.mak
index 43935e7..ef3305b 100644
--- a/common.mak
+++ b/common.mak
 <at>  <at>  -111,13 +111,13  <at>  <at>  $(HOSTOBJS): %.o: %.c
 $(HOSTPROGS): %$(HOSTEXESUF): %.o
 	$(HOSTCC) $(HOSTLDFLAGS) -o $ <at>  $< $(HOSTLIBS)

-$(OBJS):       | $(sort $(dir $(OBJS)))
-$(HOSTOBJS):   | $(sort $(dir $(HOSTOBJS)))
-$(TESTOBJS):   | $(sort $(dir $(TESTOBJS)))
-$(HEADEROBJS): | $(sort $(dir $(HEADEROBJS)))
-$(TOOLOBJS):   | tools
+$(OBJS):     | $(sort $(dir $(OBJS)))
+$(HOSTOBJS): | $(sort $(dir $(HOSTOBJS)))
+$(TESTOBJS): | $(sort $(dir $(TESTOBJS)))
+$(HOBJS):    | $(sort $(dir $(HOBJS)))
(Continue reading)


Gmane