[FFmpeg-devel] [PATCH] checkheaders: Rename HEADEROBJS to HOBJS

jamal jamrial at gmail.com
Thu Aug 9 04:56:20 CEST 2012


Also remove the .ho suffix from the CLEANSUFFIX list, as it's no longer needed.
---
 common.mak |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/common.mak b/common.mak
index 43935e7..f0f7c17 100644
--- a/common.mak
+++ b/common.mak
@@ -111,15 +111,15 @@ $(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
+CLEANSUFFIXES     = *.d *.o *~ *.h.c *.map *.ver *.gcno *.gcda
 DISTCLEANSUFFIXES = *.pc
 LIBSUFFIXES       = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
 
-- 
1.7.8.6



More information about the ffmpeg-devel mailing list