From 87c7c5348b589a0acc3d84d8a88f3789e76df6a2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 26 Apr 1998 11:08:09 +0000 Subject: [PATCH] Fixed Makefile. --- asn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 1.7.10.4