From 4d54907050610ba3e7b44223aa4c83908f9091e5 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 1 Aug 2005 23:18:30 +0000 Subject: [PATCH] layoutinfo not needed for all objs --- hostside/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.30.2