From 5eac93c7cc33640f8fc0786a2071c4466138ed56 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Jan 2000 19:47:32 +0000 Subject: Now binutils, gcc, and gdb build into a "base" package that is shared by all targets and one or more target specific RPMs. This significantly reduces the conflicts between the RPMs whether installing one or multiple targets. --- scripts/mkgdbspec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mkgdbspec.in') diff --git a/scripts/mkgdbspec.in b/scripts/mkgdbspec.in index 24b95f27f6..1b38b83a4c 100644 --- a/scripts/mkgdbspec.in +++ b/scripts/mkgdbspec.in @@ -70,7 +70,7 @@ sed -e "s%@Release@%${gdb_rpm_release}%g" \ -e "s%@gdb_version@%${gdb_version}%g" \ -e "s%@gdb_patch_version@%${gdb_patch_version}%g" \ -e "s%@extra_configure_arguments@%${extra_configure_arguments}%g" \ - -e "s%@ext_ext@%${ext_ext}%g" \ + -e "s%@exe_ext@%${exe_ext}%g" \ < ${RTEMS_DIR}/gdb/gdb.spec.in \ > ${specfile} -- cgit v1.2.3