Detect when exports.h has been modified.

This commit is contained in:
James Benton 2016-07-06 21:09:27 +01:00
parent 9b769d2f6e
commit 91dde76fbb

View File

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