Function dfa_parse got 'const' string argument.
[idzebra-moved-to-github.git] / dict / Makefile
index d38942d..a723105 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.18 1995-11-20 11:58:03 adam Exp $
+# $Id: Makefile,v 1.20 1995-12-06 17:48:30 adam Exp $
 
 SHELL=/bin/sh
 RANLIB=ranlib
@@ -16,7 +16,7 @@ TPROG2=dictext
 DEFS=$(INCLUDE)
 LIB=../lib/dict.a 
 PO = scan.o dopen.o dclose.o drdwr.o open.o close.o insert.o lookup.o \
- lookupec.o lookgrep.o
+ lookupec.o lookgrep.o delete.o
 CPP=$(CC) -E
 
 all: $(LIB)
@@ -27,7 +27,7 @@ $(TPROG1): $(TPROG1).o $(LIB) ../lib/bfile.a ../lib/alexutil.a ../lib/dfa.a
        $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) \
                ../lib/bfile.a ../lib/dfa.a ../lib/alexutil.a $(YAZLIB)
 
-$(TPROG2): $(TPROG2).o $(LIB) ../lib/alexutil.a $(YAZLIB)
+$(TPROG2): $(TPROG2).o $(LIB) ../lib/alexutil.a
        $(CC) $(CFLAGS) -o $(TPROG2) $(TPROG2).o ../lib/alexutil.a $(YAZLIB)
 
 $(LIB): $(PO)