X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=rset%2FMakefile;h=fafcfc905af87874dd75ef57bd063557e178b6ff;hb=d4b2d9a55eff084aa7db77d1aa98e032f4c7659e;hp=a87980c91fdf782c96a31369bab32feda0f42bbc;hpb=b879b04a092d5b00cc866cf16f755e55053d2e89;p=idzebra-moved-to-github.git diff --git a/rset/Makefile b/rset/Makefile index a87980c..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.4 1995-09-04 12:33:55 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 -CPP=cc -E +PO=rset.o rstemp.o rsisam.o rsnull.o rsbool.o rsrel.o +CPP=$(CC) -E all: $(LIB)