X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=odr%2FMakefile;fp=odr%2FMakefile;h=d8802a2a5b73163fe266fe409e51fa27c0d815a9;hb=e5e0b0c0af410a18ee3f57bdcfdc5e68265f0343;hp=47f60b075496c09a818cbbcdab09c08843dd3c4f;hpb=a140c9feb12ed5e2b98fc0e94501774c926ff831;p=yaz-moved-to-github.git 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)