Author: Thibaut Paumard <paumard@users.sourceforge.net>
Subject: Makefile duplicates some work in a buggy way.
Forwarded: no

diff -urN orig/Makefile tp/Makefile
--- orig/Makefile	2006-05-23 18:29:25.057565904 +0200
+++ tp/Makefile	2006-05-23 18:32:21.187790040 +0200
@@ -88,12 +88,6 @@
 	$(CC) $(CPPFLAGS) $(CFLAGS) $(D_MESA_PIXMAPS) -o $@ -c oglx.c
 oglw.o: playgl.h
 
-install::
-	$(YNSTALL) $(PKG_I_EXTRA) "$(Y_SITE)/i"
-
-uninstall::
-	cd "$(Y_SITE)/i"; rm -f $(PKG_I_EXTRA)
-
 distclean::
 	./configure --distclean
 
