From 231d73232fc9420212ae6889a9e8002d7a124b95 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 14 Mar 1995 16:59:05 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 72f171e..3633764 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.1 1995-02-09 15:57:16 quinn Exp $ +# $Id: Makefile,v 1.2 1995-03-14 16:59:05 quinn Exp $ #CC= SHELL=/bin/sh MAKE=make -SUBDIR=odr asn yazlib +SUBDIR=odr asn yazlib server all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done -- 1.7.10.4