nat_extra_makefile_frag -> nat_makefile_frag
[deliverable/binutils-gdb.git] / gdb / configure.nat
index 4bf06c59b3067137bffbb4b82a48b70b372064cb..e6c96da4add8e8ee5f0b00ef17a5d2cb9a9a14cb 100644 (file)
 # HAVE_NATIVE_GCORE_HOST - Whether gcore should be installed on this
 #                          native target.
 #
-# nat_extra_makefile_frag - File containing extra fragments of
-#                           Makefile that will be used by this native
-#                           target.
+# nat_makefile_frag - Name of the (optional) Makefile fragment file
+#                     required to build the native target.  The
+#                     fragment is incorporated into the Makefile that
+#                     configure constructs from Makefile.in.
 #
 # Notes:
 #
 # - To avoid shell expansion of variables, declare them with single
 #   quotes.
 #
-# - nat_extra_makefile_frag should contain the full path of the file.
+# - nat_makefile_frag must contain the full path of the file.
 
 
 # This first case is useful for filling default values for each
@@ -195,7 +196,7 @@ case ${gdb_host} in
 
                XM_CLIBS='-lshouldbeinlibc'
 
-               nat_extra_makefile_frag="${srcdir}/config/${gdb_host_cpu}/i386gnu.mn"
+               nat_makefile_frag="${srcdir}/config/${gdb_host_cpu}/i386gnu.mn"
                ;;
        esac
        ;;
This page took 0.02429 seconds and 4 git commands to generate.