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

--- a/Makefile
+++ b/Makefile
@@ -89,12 +89,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
 
