From: Sebastian Hammer Date: Thu, 30 Mar 1995 14:02:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: YAZ.1.8~1080 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e5e0b0c0af410a18ee3f57bdcfdc5e68265f0343 *** empty log message *** --- diff --git a/asn/Makefile b/asn/Makefile index 841aaa2..9e1237a 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.7 1995-03-30 09:39:31 quinn Exp $ +# $Id: Makefile,v 1.8 1995-03-30 14:02:50 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -12,7 +12,7 @@ DEFS=$(INCLUDE) LIB=$(LIBDIR)/libasn.a LIBS=-lodr -lasn PO = proto.o diagbib1.o oid.o -CPP=cc -E +CPP=$(CC) -E all: $(LIBDIR) $(LIB) diff --git a/odr/Makefile b/odr/Makefile index 47f60b0..d8802a2 100644 --- a/odr/Makefile +++ b/odr/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.13 1995-03-30 09:39:44 quinn Exp $ +# $Id: Makefile,v 1.14 1995-03-30 14:02:59 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -15,7 +15,7 @@ PO = odr_bool.o ber_bool.o ber_len.o ber_tag.o odr_util.o odr_null.o \ ber_null.o odr_int.o ber_int.o odr_tag.o odr_cons.o odr_seq.o\ odr_oct.o ber_oct.o odr_bit.o ber_bit.o odr_oid.o ber_oid.o odr_use.o \ odr_choice.o odr_any.o ber_any.o odr.o odr_mem.o -CPP=cc -E +CPP=$(CC) -E all: $(LIBDIR) $(INCDIR) $(LIB) diff --git a/util/Makefile b/util/Makefile index cdadcd0..b6623b5 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.3 1995-03-30 11:10:56 quinn Exp $ +# $Id: Makefile,v 1.4 1995-03-30 14:03:32 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -12,7 +12,7 @@ DEFS=$(INCLUDE) LIB=$(LIBDIR)/libutil.a LIBS= PO = dmalloc.o options.o log.o -CPP=cc -E +CPP=$(CC) -E all: $(LIBDIR) $(LIB)