From: Adam Dickmeiss Date: Sun, 26 Apr 1998 11:08:09 +0000 (+0000) Subject: Fixed Makefile. X-Git-Tag: YAZ.1.8~490 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=87c7c5348b589a0acc3d84d8a88f3789e76df6a2;ds=sidebyside Fixed Makefile. --- diff --git a/asn/Makefile b/asn/Makefile index ed1ab7f..5b5cebb 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.28 1998-03-20 14:46:06 adam Exp $ +# $Id: Makefile,v 1.29 1998-04-26 11:08:09 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -23,6 +23,7 @@ test: test.o $(LIB) ../odr/odr.a alll: $(LIB): $(PO) + -mkdir $(LIBDIR) rm -f $(LIB) ar qc $(LIB) $(PO) $(RANLIB) $(LIB)