From 4186e44a259b3982abc5f11c68973bfb05ea6615 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 17 Aug 1994 13:31:32 +0000 Subject: [PATCH] No longer in use. --- bfile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfile/Makefile b/bfile/Makefile index efc75e6..b4cee70 100644 --- a/bfile/Makefile +++ b/bfile/Makefile @@ -5,7 +5,7 @@ TPROG=btest CFLAGS=-g -Wall DEFS=$(INCLUDE) LIB=../lib/bfile.a -PO = open.o close.o xmalloc.o rdwr.o +PO = open.o close.o rdwr.o CPP=cc -E all: $(LIB) -- 1.7.10.4