Update site_ansto/Makefile to actually use the dependency files gcc produces
This commit is contained in:
@@ -234,3 +234,7 @@ cflags:
|
|||||||
|
|
||||||
deploy: all
|
deploy: all
|
||||||
cd instrument; ./make_sics_tar.tcl
|
cd instrument; ./make_sics_tar.tcl
|
||||||
|
|
||||||
|
# Use the dependency files we requested gcc to produce for us
|
||||||
|
DEPS := $(OBJ:.o=.d)
|
||||||
|
-include $(DEPS)
|
||||||
|
|||||||
Reference in New Issue
Block a user