Added authentication stuff.
[yaz-moved-to-github.git] / asn / Makefile
index e50fa31..3ea01f9 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.2 1995-02-09 16:02:32 quinn Exp $
+# $Id: Makefile,v 1.3 1995-03-07 16:29:33 quinn Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I. -I../odr
@@ -11,7 +11,7 @@ LIB=asn.a
 PO = proto.o
 CPP=cc -E
 
-all: $(LIB) test
+all: $(LIB)
 
 test: test.o $(LIB) ../odr/odr.a
        $(CC) $(CFLAGS) $(INCLUDE) -o test test.o $(LIB) ../odr/odr.a