summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorjamal <jamrial@gmail.com>2012-08-08 23:56:20 -0300
committerMichael Niedermayer <michaelni@gmx.at>2012-08-09 05:02:45 +0200
commit5d8e54fe1ded58cd2d76c112041f5202ce762aef (patch)
tree32a1a1e58ab30875a6ebd0194878c91d3c424ba9 /common.mak
parent2cdb0810f13b84bcacf864ad8fd28df93d2da8e4 (diff)
checkheaders: Rename HEADEROBJS to HOBJS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak12
1 files changed, 6 insertions, 6 deletions
diff --git a/common.mak b/common.mak
index 43935e7302..ef3305bc2b 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