Add dependency on exports.h in library Makefile.

This commit is contained in:
James Benton 2016-06-08 00:59:51 +01:00
parent 4bfbb7abf7
commit 55721fbe4f

View File

@ -61,7 +61,7 @@ OFILES := $(filter-out $(ODEPS),$(OFILES))
$(OUTPUT).a: rpl.o $(OFILES)
lib.o: lib.c
lib.o: lib.c exports.h
@echo "[CC] $(notdir $<)"
@$(CC) $(EXTRA_OPTIONS) $(RPLCFLAGS) -S $(INCLUDES) $< -o lib.S
@$(CC) $(EXTRA_OPTIONS) $(RPLCFLAGS) -c lib.S -o $@