From be9b759ab05b6d3f837716daec3ec32b4ffe7a9b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 25 Aug 2004 14:51:18 +0000 Subject: remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX program --- progs/samples/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/progs/samples/Makefile b/progs/samples/Makefile index 463fd5a0c5..36de6e28cf 100644 --- a/progs/samples/Makefile +++ b/progs/samples/Makefile @@ -11,11 +11,6 @@ PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \ font line logo nurb olympic overlay point prim quad select \ shape sphere star stencil stretch texture tri wave -ifeq ($(CONFIG_NAME), beos) - LIB_DEP = $(APP_LIB_DEPS) -else - PROGS += oglinfo -endif ##### RULES ##### -- cgit v1.2.3