X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile;h=cfe927c230deb18095c8a4016876d076350f086b;hb=cf0045decc8edc53834fffc1eadf8a634cf81381;hp=a4c366a7fa1ae0609b757231f2f8524b17b0283a;hpb=4186e44a259b3982abc5f11c68973bfb05ea6615;p=idzebra-moved-to-github.git diff --git a/dict/Makefile b/dict/Makefile index a4c366a..cfe927c 100644 --- a/dict/Makefile +++ b/dict/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.1 1994-08-16 16:26:46 adam Exp $ +# $Id: Makefile,v 1.2 1994-08-17 13:32:18 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include @@ -9,7 +9,7 @@ TPROG=dicttest CFLAGS=-g -Wall DEFS=$(INCLUDE) LIB=../lib/dict.a -PO = open.o close.o insert.o lookup.o +PO = dopen.o dclose.o drdwr.o open.o close.o insert.o lookup.o CPP=cc -E all: $(LIB)