From 242144a6ade2ef1b397131a17272da2b6be512b2 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 27 Mar 2005 22:18:58 +0000 Subject: [PATCH] do not build safety for now as it does not work --- hostside/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostside/Makefile b/hostside/Makefile index e24856a..0950743 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -3,7 +3,7 @@ include ../common.make include ../cprogs.make -TARGETS= hostside safety +TARGETS= hostside #safety CFLAGS= -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes \ -Wpointer-arith -Wwrite-strings -g $(OPTIMISE) OPTIMISE= -O2 -- 2.30.2