Fixed bug.
[yaz-moved-to-github.git] / odr / Makefile
index 86ad6ea..47f60b0 100644 (file)
@@ -1,10 +1,10 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.11 1995-03-28 09:15:45 quinn Exp $
+# $Id: Makefile,v 1.13 1995-03-30 09:39:44 quinn Exp $
 
 SHELL=/bin/sh
-INCLUDE=-I../include -I. -I../util
+INCLUDE=-I../include -I.
 LIBDIR=../../lib
 LIBINCLUDE=-L$(LIBDIR)
 CFLAGS= -g -Wall -pedantic -ansi #-DODR_DEBUG
@@ -17,7 +17,7 @@ PO = odr_bool.o ber_bool.o ber_len.o ber_tag.o odr_util.o odr_null.o \
        odr_choice.o odr_any.o ber_any.o odr.o odr_mem.o
 CPP=cc -E
 
-all: $(LIBDIR) $(LIB)
+all: $(LIBDIR) $(INCDIR) $(LIB)
 
 test: test.o $(LIB)
        $(CC) $(CFLAGS) $(LIBINCLUDE) -o test test.o $(LIBS)