X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=retrieval%2FMakefile;fp=retrieval%2FMakefile;h=d813cb473033de0191bd6307043d0b3b16bc054d;hp=c817557cb9d3885575c59ef17b3acb945897424f;hb=ad7f3313654b48d43981d8b55a2a99d53347529f;hpb=d296bf4d8d017e615b5030f422b99053c4e382e0 diff --git a/retrieval/Makefile b/retrieval/Makefile index c817557..d813cb4 100644 --- a/retrieval/Makefile +++ b/retrieval/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995-11-01 13:54:43 quinn Exp $ +# $Id: Makefile,v 1.3 1995-12-13 15:32:53 quinn Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -8,7 +8,7 @@ DEFS=$(INCLUDE) LIB=../lib/libret.a PO = d1_read.o d1_attset.o d1_tagset.o d1_absyn.o d1_grs.o \ d1_matchstr.o d1_sutrs.o d1_varset.o d1_espec.o \ - d1_doespec.o d1_map.o d1_marc.o + d1_doespec.o d1_map.o d1_marc.o d1_write.o CPP=$(CC) -E all: $(LIB)