X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=dict%2FMakefile;h=71a6de85649f661b88039a886babf90ffd502da8;hb=d4b2d9a55eff084aa7db77d1aa98e032f4c7659e;hp=ece4b6b67dc1a28be37bb6a97598a7b0dbf59e98;hpb=c33fef40b235c24caf096fa6f1f94419ff7314c2;p=idzebra-moved-to-github.git diff --git a/dict/Makefile b/dict/Makefile index ece4b6b..71a6de8 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.16 1995-10-06 09:04:03 adam Exp $ +# $Id: Makefile,v 1.17 1995-10-30 14:10:52 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -15,7 +15,7 @@ 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 -CPP=cc -E +CPP=$(CC) -E all: $(LIB)