From: ian Date: Fri, 8 Feb 2008 20:42:50 +0000 (+0000) Subject: fix makefile to actually build %.speeds.{ps,record} X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=8d97366cc4556266cd72a0b8b9ef14eb4cc23edb;p=trains.git fix makefile to actually build %.speeds.{ps,record} --- diff --git a/hostside/Makefile b/hostside/Makefile index 9b3f1a4..7e3b8ae 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -62,9 +62,7 @@ selectors.h retransmit-table.h errorcodes.h stastate.h: %: %.gen safety: safety.o utils.o trackloc.o ../layout/ours.layout-data.o $(LINK) -%.speeds.ps: %.speeds.record - -%.speeds.record: ./analyse-speeds +%.speeds.ps %.speeds.record: ./analyse-speeds ./$^ $* hostside: hostside.o serialio.o client.o obc.o commands.o utils.o \