Minor fix.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 8 Dec 1999 13:21:02 +0000 (13:21 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 8 Dec 1999 13:21:02 +0000 (13:21 +0000)
CHANGELOG
z39.50/comp.sh

index 0e1cbb5..f143bad 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 1.5 1999/12/8
+
 On UNIX, the generated makefile now supports a proper 'make install'.
 The prefix can be set via GNU configure to set the install location
 (default is /usr/local).
index 4c63256..b8c36b6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
-# $Id: comp.sh,v 1.1 1999-12-08 13:14:12 adam Exp $
+# $Id: comp.sh,v 1.2 1999-12-08 13:21:02 adam Exp $
 # simple script to make all compiled code.
-../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) z3950v3.asn
-../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) datetime.asn
-../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) univres.asn
-../util/yc.tcl -d z.tcl -i yaz -I ../include $(YCFLAGS) esupdate.asn
+../util/yc.tcl -d z.tcl -i yaz -I ../include z3950v3.asn
+../util/yc.tcl -d z.tcl -i yaz -I ../include datetime.asn
+../util/yc.tcl -d z.tcl -i yaz -I ../include univres.asn
+../util/yc.tcl -d z.tcl -i yaz -I ../include esupdate.asn