Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
checkheaders: Rename HEADEROBJS to HOBJS
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
jamrial authored and michaelni committed Aug 9, 2012
1 parent 2cdb081 commit 5d8e54f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions common.mak
Expand Up @@ -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
Expand Down

0 comments on commit 5d8e54f

Please sign in to comment.