diff options
Diffstat (limited to 'progs/samples/Makefile')
-rw-r--r-- | progs/samples/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/progs/samples/Makefile b/progs/samples/Makefile index 463fd5a0c57..36de6e28cf2 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 ##### |