Update site_ansto/Makefile to actually use the dependency files gcc produces

This commit is contained in:
Douglas Clowes
2013-08-01 17:12:08 +10:00
parent cfb1b90baa
commit f552302bdf

View File

@@ -234,3 +234,7 @@ cflags:
deploy: all
cd instrument; ./make_sics_tar.tcl
# Use the dependency files we requested gcc to produce for us
DEPS := $(OBJ:.o=.d)
-include $(DEPS)