X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=rset%2FMakefile;h=fafcfc905af87874dd75ef57bd063557e178b6ff;hb=d4b2d9a55eff084aa7db77d1aa98e032f4c7659e;hp=362b5d0ebec6b7a2c35e96cf624f37b2d2a67420;hpb=b7ed8922d365e24874e561b7347c2c2ad682d6d8;p=idzebra-moved-to-github.git diff --git a/rset/Makefile b/rset/Makefile index 362b5d0..fafcfc9 100644 --- a/rset/Makefile +++ b/rset/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.5 1995-09-06 10:35:44 adam Exp $ +# $Id: Makefile,v 1.8 1995-10-30 14:10:59 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -11,8 +11,8 @@ INCLUDE=-I../include -I$(YAZ)/include DEFS=$(INCLUDE) LIB=../lib/rset.a PROG= -PO=rset.o rstemp.o rsisam.o rsnull.o -CPP=cc -E +PO=rset.o rstemp.o rsisam.o rsnull.o rsbool.o rsrel.o +CPP=$(CC) -E all: $(LIB)