From add0a7acb2ab87d58b0f92c74a40fb63a631b2e3 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 20 Oct 1994 17:35:48 +0000 Subject: [PATCH] Added str. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5eccc52..a3b4754 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.19 1994-10-05 16:54:25 adam Exp $ +# $Id: Makefile,v 1.20 1994-10-20 17:35:48 quinn Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util bfile dfa dict isam it base +SUBDIR=util str bfile dfa dict isam it base all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done -- 1.7.10.4