From 883f9891cb203dd087843b830ab058d6c9e160dc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Jul 2006 02:50:27 +0000 Subject: =?UTF-8?q?LIB=5FDIR=20is=20now=20just=20'lib'=20or=20'lib64'=20Re?= =?UTF-8?q?placed=20$(LIB=5FDIR)=20with=20$(TOP)/$(LIB=5FDIR),=20use=20LIB?= =?UTF-8?q?=5FDIR=20in=20install=20targets.=20Patch=20by=20Hanno=20B=C3=83?= =?UTF-8?q?=C2=B6ck.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- progs/samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/samples/Makefile') diff --git a/progs/samples/Makefile b/progs/samples/Makefile index f14b7dfc00..063008dccf 100644 --- a/progs/samples/Makefile +++ b/progs/samples/Makefile @@ -5,7 +5,7 @@ include $(TOP)/configs/current INCDIR = $(TOP)/include -LIB_DEP = $(LIB_DIR)/$(GL_LIB_NAME) $(LIB_DIR)/$(GLU_LIB_NAME) $(LIB_DIR)/$(GLUT_LIB_NAME) +LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLUT_LIB_NAME) PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \ font line logo nurb olympic overlay point prim quad select \ -- cgit v1.2.3