[FFmpeg-cvslog] checkheaders: Rename HEADEROBJS to HOBJS
jamal
git at videolan.org
Thu Aug 9 05:09:36 CEST 2012
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
@@ -111,13 +111,13 @@ $(HOSTOBJS): %.o: %.c
$(HOSTPROGS): %$(HOSTEXESUF): %.o
$(HOSTCC) $(HOSTLDFLAGS) -o $@ $< $(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)))
+$(TOOLOBJS): | tools
-OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOSTOBJS) $(TESTOBJS) $(HEADEROBJS))
+OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOSTOBJS) $(TESTOBJS) $(HOBJS))
CLEANSUFFIXES = *.d *.o *~ *.h.c *.map *.ver *.ho *.gcno *.gcda
DISTCLEANSUFFIXES = *.pc
More information about the ffmpeg-cvslog
mailing list