common/autoconf/basics.m4
changeset 37960 191954418adf
parent 37402 62b5f067032e
child 37972 e1fa5c2e62a0
--- a/common/autoconf/basics.m4	Fri Apr 22 01:04:00 2016 -0700
+++ b/common/autoconf/basics.m4	Tue Apr 26 13:35:27 2016 +0200
@@ -839,8 +839,6 @@
 
   # The spec.gmk file contains all variables for the make system.
   AC_CONFIG_FILES([$OUTPUT_ROOT/spec.gmk:$AUTOCONF_DIR/spec.gmk.in])
-  # The hotspot-spec.gmk file contains legacy variables for the hotspot make system.
-  AC_CONFIG_FILES([$OUTPUT_ROOT/hotspot-spec.gmk:$AUTOCONF_DIR/hotspot-spec.gmk.in])
   # The bootcycle-spec.gmk file contains support for boot cycle builds.
   AC_CONFIG_FILES([$OUTPUT_ROOT/bootcycle-spec.gmk:$AUTOCONF_DIR/bootcycle-spec.gmk.in])
   # The buildjdk-spec.gmk file contains support for building a buildjdk when cross compiling.