From 7fe0d6399102ca8c9b51d45f3d8b439a5e6adce0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Aug 1996 14:09:54 +0000 Subject: [PATCH] ODR_DEBUG not set. --- odr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odr/Makefile b/odr/Makefile index 30b8dfc..dbd5542 100644 --- a/odr/Makefile +++ b/odr/Makefile @@ -1,13 +1,13 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.24 1996-07-26 13:38:18 quinn Exp $ +# $Id: Makefile,v 1.25 1996-08-12 14:09:54 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. LIBDIR=../lib LIBINCLUDE=-L$(LIBDIR) -DEFS=$(INCLUDE) -DODR_DEBUG +DEFS=$(INCLUDE) # -DODR_DEBUG LIB=$(LIBDIR)/libodr.a LIBS=-lodr PO = odr_bool.o ber_bool.o ber_len.o ber_tag.o odr_util.o odr_null.o \ -- 1.7.10.4