From: ian Date: Mon, 1 Aug 2005 23:18:30 +0000 (+0000) Subject: layoutinfo not needed for all objs X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=4d54907050610ba3e7b44223aa4c83908f9091e5;p=trains.git layoutinfo not needed for all objs --- diff --git a/hostside/Makefile b/hostside/Makefile index 1beed99..7ad2d7d 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -1,6 +1,6 @@ # -AUTOINCS= layoutinfo.h selectors.h +AUTOINCS= selectors.h include ../common.make include ../cprogs.make @@ -37,6 +37,8 @@ layoutinfo.h: ../layout/ours.layout-data.c Makefile selectors.h: selectors.h.gen ./$< $o +safety.o trackloc.o: layoutinfo.h + safety: safety.o utils.o trackloc.o ../layout/ours.layout-data.o $(LINK)