open-src/proto/x11proto/Makefile
changeset 705 24ca414edbff
parent 689 d79106000e57
child 851 d428083dbbdd
--- a/open-src/proto/x11proto/Makefile	Thu May 14 20:00:54 2009 -0700
+++ b/open-src/proto/x11proto/Makefile	Fri May 15 09:36:46 2009 -0700
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.9	09/04/17
+# @(#)Makefile	1.10	09/05/15
 #
 
 # Package name used in tarballs
@@ -42,9 +42,3 @@
 
 ### Include common rulesets
 include ../Makefile.inc
-
-# Extra install for bootstrapping the old monolith
-install_gen:: $(SOURCE_DIR)/Makefile
-	@if [ -d $(PROTODIR)/../xc/include ] ; then \
-		(set -x ; cd $(SOURCE_DIR) ; $(MAKE) $(MAKEFLAGS) -e DESTDIR=$(PROTODIR) xprotodir=/../xc/include install) ;\
-	fi