X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2FMakefile;h=d68c3db5584dfa3b3093ae9e8f34e3fd6285497b;hb=022ffce95f68829422f2cdd366b97747f37c9dff;hp=ede37d568d934b6cb07e0c2c5780b546431c8ed5;hpb=a57bdec6c84c3dcd2b657f2e2fd14b67be1b5881;p=idzebra-moved-to-github.git diff --git a/rset/Makefile b/rset/Makefile index ede37d5..d68c3db 100644 --- a/rset/Makefile +++ b/rset/Makefile @@ -1,15 +1,15 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.1 1994-11-03 14:13:29 quinn Exp $ +# $Id: Makefile,v 1.3 1995-01-24 16:01:44 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -CFLAGS=-g -Wall -pedantic +CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=../lib/rset.a PROG= -PO= +PO=rset.o rstemp.o rsisam.o CPP=cc -E all: $(PROG) $(LIB) @@ -19,7 +19,8 @@ $(PROG): $(PROG).o $(LIB): $(PO) - ar aq $(LIB) $(PO) + rm -f $(LIB) + ar qc $(LIB) $(PO) ranlib $(LIB) .c.o: