Small changes from review of last PR. Plus spacing and typo fix.

This commit is contained in:
Gregory Nutt 2017-03-22 17:32:52 -06:00
parent 947acd6c1a
commit 3fb0a00c35
4 changed files with 18 additions and 18 deletions

View File

@ -89,7 +89,7 @@ OBJS = $(AOBJS) $(COBJS)
BIN = libconfigs$(LIBEXT)
all: $(BIN)
.PHONY: depend ccontext clean_context clean distclean
.PHONY: depend context clean_context clean distclean
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)