From 65f913b1b012be7e047bedcc318c069e9872d270 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 20 Sep 1994 09:52:06 +0000 Subject: [PATCH] Trivial --- isam/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isam/Makefile b/isam/Makefile index e63f4c1..38c6a66 100644 --- a/isam/Makefile +++ b/isam/Makefile @@ -3,7 +3,7 @@ INCLUDE=-I../include CFLAGS=-g -Wall -pedantic DEFS=$(INCLUDE) LIB=../lib/isam.a -PO = isutil.o isam.o +PO = isam.o isutil.o rootblk.o memory.o CPP=cc -E all: $(LIB) -- 1.7.10.4