From 14a1927519979023db112eca1128b895afdef254 Mon Sep 17 00:00:00 2001 From: gdr Date: Thu, 30 Oct 1997 04:06:11 +0000 Subject: [PATCH] fixed name of contrib library --- usr.bin/whereis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/whereis/Makefile b/usr.bin/whereis/Makefile index fbecbb0..116763a 100644 --- a/usr.bin/whereis/Makefile +++ b/usr.bin/whereis/Makefile @@ -1,7 +1,7 @@ # # This makefile is intended for use with dmake(1) on Apple IIGS # -# $Id: Makefile,v 1.1 1997/09/30 04:22:43 gdr Exp $ +# $Id: Makefile,v 1.2 1997/10/30 04:06:11 gdr Exp $ # # Devin Reade, September 1997 # @@ -33,7 +33,7 @@ DEFINES += INCLUDES += -I$(RELINC) CFLAGS += -r $(INCLUDES) -O$(OPTIMIZE) $(DEFINES) -s$(STACK) -LDLIBS += -l$(RELLIB)/lcontrib +LDLIBS += -l$(RELLIB)/libcontrib .INCLUDE: /src/gno/binrules.mk