From 4154751a187cb1beea96b8e82d7129a0ff2c816c Mon Sep 17 00:00:00 2001
From: Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
Date: Fri, 24 Apr 2009 00:16:50 +0200
Subject: [PATCH] Neutralize texinputs

On my machine I had a compilation problem to to a set
TEXINPUTS. Should not happen on autobuilders/pbuild, but then
$TEXINPUTS should be unset there. Does not harm, probably
extend to all usages of TEXINPUTS?
---
 examples/prosper/LL/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/examples/prosper/LL/Makefile b/examples/prosper/LL/Makefile
index 435f8fa..57dbf5e 100644
--- a/examples/prosper/LL/Makefile
+++ b/examples/prosper/LL/Makefile
@@ -22,7 +22,8 @@
 
 # To view the demos, use ../../../advi.opt file.dvi
 
-TEXINPUTS := ..:../../lib:../../../tex:$(TEXINPUTS)
+#TEXINPUTS := ..:../../lib:../../../tex:$(TEXINPUTS)
+TEXINPUTS := ..:../../lib:../../../tex:
 ADVI=../../../advi.opt
 LATEX=TEXINPUTS=$(TEXINPUTS) latex 
 
-- 
1.6.2.1

