X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=isam%2FMakefile;h=a48d20a9782f1eabd9db778e1cd2c6a0bef1b014;hb=d4b2d9a55eff084aa7db77d1aa98e032f4c7659e;hp=12d61159a58330b2091a138ce6f6beae8c3ea195;hpb=b879b04a092d5b00cc866cf16f755e55053d2e89;p=idzebra-moved-to-github.git diff --git a/isam/Makefile b/isam/Makefile index 12d6115..a48d20a 100644 --- a/isam/Makefile +++ b/isam/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.13 1995-09-04 12:33:46 adam Exp $ +# $Id: Makefile,v 1.14 1995-10-30 14:10:55 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -12,7 +12,7 @@ INCLUDE=-I../include -I$(YAZ)/include DEFS=$(INCLUDE) LIB=../lib/isam.a PO = isam.o isutil.o rootblk.o memory.o physical.o -CPP=cc -E +CPP=$(CC) -E all: $(LIB)