Mostly updates and corrections to .gitignore files

This commit is contained in:
Gregory Nutt 2013-04-04 15:39:50 -06:00
parent 1694955188
commit 8fb8c7e470

View File

@ -154,7 +154,7 @@ $(AOBJS) $(UAOBJS) $(HEAD_OBJ): %$(OBJEXT): %.S
$(COBJS) $(UCOBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN): $(OBJS)
$(BIN) $(KBIN): $(OBJS)
$(call ARCHIVE, $@, $(OBJS))
$(UBIN): $(UOBJS)