open-src/proto/Makefile.inc
changeset 810 6f94d3da0552
parent 705 24ca414edbff
child 851 d428083dbbdd
--- a/open-src/proto/Makefile.inc	Tue Oct 13 15:30:00 2009 -0700
+++ b/open-src/proto/Makefile.inc	Thu Oct 15 20:19:43 2009 -0700
@@ -1,7 +1,7 @@
 # -*- Makefile -*- rules common to most X.Org protocol modules
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
-# Use subject to license terms.
+# Use is subject to license terms.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile.inc	1.8	09/05/15
+# ident	"@(#)Makefile.inc	1.9	09/10/13 SMI"
 #
 
 PWD:sh=pwd
@@ -60,7 +60,7 @@
 # Install
 default_install::
 	(cd $(SOURCE_DIR) ; \
-	 $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) pkgconfigdir=$(PKGCONFIG_DIR_64) install-pkgconfigDATA )
+	 $(BUILD_ENV) $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) pkgconfigdir=$(PKGCONFIG_DIR_64) install-pkgconfigDATA )