From 60695a8a76312b7a2efd29ccbdf1b4313e6c4665 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Apr 2006 08:24:31 +0000 Subject: [PATCH] Let all .asn depend on yaz-asncomp --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 5e239d0..b94e6d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1994-2006, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.30 2006-04-19 23:15:39 adam Exp $ +## $Id: Makefile.am,v 1.31 2006-04-20 08:24:31 adam Exp $ YAZ_VERSION_INFO=2:0:0 @@ -133,15 +133,15 @@ $(srcdir)/z.tcl $(srcdir)/esadmin.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) esadmin.asn # Charset negotiation -$(srcdir)/z-charneg.c: $(srcdir)/z.tcl $(srcdir)/charneg-3.asn +$(srcdir)/z-charneg.c: $(srcdir)/z.tcl $(srcdir)/charneg-3.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) $(YCFLAGS) charneg-3.asn # UserInfoFormat-multipleSearchTerms-2 -$(srcdir)/z-mterm2.c: $(srcdir)/z.tcl $(srcdir)/mterm2.asn +$(srcdir)/z-mterm2.c: $(srcdir)/z.tcl $(srcdir)/mterm2.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) mterm2.asn # UserInfoFormat-multipleSearchTerms-2 -$(srcdir)/z-oclcui.c: $(srcdir)/z.tcl $(srcdir)/oclcui.asn +$(srcdir)/z-oclcui.c: $(srcdir)/z.tcl $(srcdir)/oclcui.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) oclcui.asn # ILL protocol -- 1.7.10.4