From b4aa8d5fc85bd832c06f9782a3eb6a1e01a01d21 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 8 Jun 1999 10:16:17 +0000 Subject: [PATCH] Minor changes. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 314b3e9..965778e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1995-1999, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.9 1999-06-08 10:12:43 adam Exp $ +# $Id: Makefile.in,v 1.10 1999-06-08 10:16:17 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #CDEFS=-DUSE_XTIMOSI @@ -22,7 +22,7 @@ CC=@CC@ CPP=@CPP@ SHELL=/bin/sh MAKE=make -SUBDIR=util $(MOD) odr zutil $(RFC1006) ccl comstack retrieval client server ztest lib +SUBDIR=util odr $(MOD) zutil $(RFC1006) ccl comstack retrieval client server ztest lib # Add external libraries to the LIBS macro LIBS=@LIBS@ -- 1.7.10.4