diff make/Makefile @ 18602:7d8270532cd9

mx: changes towards supporting python 2.6 for call to mx from make/Makefile
author Doug Simon <doug.simon@oracle.com>
date Wed, 03 Dec 2014 16:07:22 +0100
parents 52b4284cb496
children 39441c10d314
line wrap: on
line diff
--- a/make/Makefile	Wed Dec 03 16:02:36 2014 +0100
+++ b/make/Makefile	Wed Dec 03 16:07:22 2014 +0100
@@ -308,7 +308,7 @@
 
 # Builds code that can be shared among different build flavors
 buildshared:
-	python2.7 -u $(GAMMADIR)/mxtool/mx.py build --no-native --export-dir $(SHARED_DIR)
+	python2 -u $(GAMMADIR)/mxtool/mx.py build --no-native --export-dir $(SHARED_DIR)
 
 # Export file rule
 generic_export: $(EXPORT_LIST)